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:
Sebastian Godelet
2014-10-27 14:50:48 +08:00
committed by Paul Bone
parent 70c8410260
commit fcee76f671
17 changed files with 52 additions and 1 deletions

1
extras/.gitignore vendored
View File

@@ -11,4 +11,5 @@ Mercury/**
*.lib
lib*.dylib
lib*.so
lib*.beams
lib*.a

1
extras/cgi/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
form_test

1
extras/gator/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
evolve

View 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
View File

@@ -0,0 +1 @@
main

2
extras/monte/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
doit
dots

1
extras/odbc/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
odbc_test

1
extras/posix/samples/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
mdprof_cgid

1
extras/quickcheck/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
test_qcheck

13
extras/quickcheck/tutes/.gitignore vendored Normal file
View 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
View File

@@ -0,0 +1 @@
max_test

5
extras/references/tests/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*.res
*.out
glob_test
glob_test_2
ref_test

View File

@@ -0,0 +1,3 @@
*.res
*.out
var_test

View File

@@ -0,0 +1 @@
gen_merc_wxs

View File

@@ -0,0 +1,3 @@
philo
philo2
philo3

View File

@@ -0,0 +1 @@
midimon

View File

@@ -2,7 +2,11 @@
*.d
*.date
*.dv
*.c *.out *.res
*.c
*.o
*.obj
*.out
*.res
*.int
*.int2
*.err