mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
Update .gitignore files.
Update .gitignore files to ignore Unix executables and intermediate files.
extras/.gitignore:
ignore *.beams
extras/cgi/.gitignore:
extras/gator/.gitignore:
extras/graphics/mercury_cairo/tutorial/.gitignore:
extras/logged_output/.gitignore:
extras/monte/.gitignore:
extras/odbc/.gitignore:
extras/posix/samples/.gitignore:
extras/quickcheck/.gitignore:
extras/quickcheck/tutes/.gitignore:
extras/references/samples/.gitignore:
ignore executable(s)
extras/references/tests/.gitignore:
extras/trailed_update/tests/.gitignore:
ignore test *.res and *.out files,
ignore executable
extras/windows_installer_generator/sample/.gitignore:
samples/concurrency/dining_philosophers/.gitignore:
samples/concurrency/midimon/.gitignore:
ignore executables
tests/hard_coded/.gitignore:
ignore *.o and *.obj object files
This commit is contained in:
committed by
Paul Bone
parent
70c8410260
commit
fcee76f671
1
extras/.gitignore
vendored
1
extras/.gitignore
vendored
@@ -11,4 +11,5 @@ Mercury/**
|
||||
*.lib
|
||||
lib*.dylib
|
||||
lib*.so
|
||||
lib*.beams
|
||||
lib*.a
|
||||
|
||||
1
extras/cgi/.gitignore
vendored
Normal file
1
extras/cgi/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
form_test
|
||||
1
extras/gator/.gitignore
vendored
Normal file
1
extras/gator/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
evolve
|
||||
11
extras/graphics/mercury_cairo/tutorial/.gitignore
vendored
Normal file
11
extras/graphics/mercury_cairo/tutorial/.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
fill
|
||||
mask
|
||||
paint
|
||||
path_close
|
||||
setsourcegradient
|
||||
setsourcergba
|
||||
showtext
|
||||
stroke
|
||||
testextents
|
||||
tips_ellipse
|
||||
tips_letter
|
||||
1
extras/logged_output/.gitignore
vendored
Normal file
1
extras/logged_output/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
main
|
||||
2
extras/monte/.gitignore
vendored
Normal file
2
extras/monte/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
doit
|
||||
dots
|
||||
1
extras/odbc/.gitignore
vendored
Normal file
1
extras/odbc/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
odbc_test
|
||||
1
extras/posix/samples/.gitignore
vendored
Normal file
1
extras/posix/samples/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
mdprof_cgid
|
||||
1
extras/quickcheck/.gitignore
vendored
Normal file
1
extras/quickcheck/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
test_qcheck
|
||||
13
extras/quickcheck/tutes/.gitignore
vendored
Normal file
13
extras/quickcheck/tutes/.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
use
|
||||
use1
|
||||
use11
|
||||
use20
|
||||
use21
|
||||
use22
|
||||
use31
|
||||
use33
|
||||
use51
|
||||
use62
|
||||
use71
|
||||
use81
|
||||
use91
|
||||
1
extras/references/samples/.gitignore
vendored
Normal file
1
extras/references/samples/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
max_test
|
||||
5
extras/references/tests/.gitignore
vendored
Normal file
5
extras/references/tests/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
*.res
|
||||
*.out
|
||||
glob_test
|
||||
glob_test_2
|
||||
ref_test
|
||||
3
extras/trailed_update/tests/.gitignore
vendored
Normal file
3
extras/trailed_update/tests/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.res
|
||||
*.out
|
||||
var_test
|
||||
1
extras/windows_installer_generator/sample/.gitignore
vendored
Normal file
1
extras/windows_installer_generator/sample/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
gen_merc_wxs
|
||||
3
samples/concurrency/dining_philosophers/.gitignore
vendored
Normal file
3
samples/concurrency/dining_philosophers/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
philo
|
||||
philo2
|
||||
philo3
|
||||
1
samples/concurrency/midimon/.gitignore
vendored
Normal file
1
samples/concurrency/midimon/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
midimon
|
||||
6
tests/hard_coded/.gitignore
vendored
6
tests/hard_coded/.gitignore
vendored
@@ -2,7 +2,11 @@
|
||||
*.d
|
||||
*.date
|
||||
*.dv
|
||||
*.c *.out *.res
|
||||
*.c
|
||||
*.o
|
||||
*.obj
|
||||
*.out
|
||||
*.res
|
||||
*.int
|
||||
*.int2
|
||||
*.err
|
||||
|
||||
Reference in New Issue
Block a user