Ignores that are roughly the same as the ones in svn
This commit is contained in:
parent
d78928f18d
commit
5640fe77c5
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
/bin/
|
||||
/lib/
|
||||
/include/
|
||||
/*.app
|
||||
/*.exe
|
2
collects/.gitignore
vendored
Normal file
2
collects/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
compiled/
|
||||
/info-domain/
|
1
collects/plot/src/.gitignore
vendored
Normal file
1
collects/plot/src/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/tmp/
|
1
collects/tests/mred/.gitignore
vendored
Normal file
1
collects/tests/mred/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/tmp*
|
4
collects/tests/mzscheme/.gitignore
vendored
Normal file
4
collects/tests/mzscheme/.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
/foreign-test.so
|
||||
/tmp?-filelib
|
||||
/tmp?
|
||||
/NormalizationTest.txt
|
1
collects/tests/mzscheme/benchmarks/common/.gitignore
vendored
Normal file
1
collects/tests/mzscheme/benchmarks/common/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/dynamic-input.txt
|
2
collects/tests/mzscheme/benchmarks/rx/.gitignore
vendored
Normal file
2
collects/tests/mzscheme/benchmarks/rx/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
/test.py
|
||||
/test.pl
|
2
collects/tests/web-server/.gitignore
vendored
Normal file
2
collects/tests/web-server/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# All key files, in any subdirectories, to avoid bad accidents
|
||||
*pem
|
3
doc/.gitignore
vendored
Normal file
3
doc/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# most things here are generated, so ignore everything, and explicitly
|
||||
# add things that need to be added -- use `git add -f' in such cases.
|
||||
*
|
1
src/.gitignore
vendored
Normal file
1
src/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/build
|
Loading…
Reference in New Issue
Block a user