.gitignore cleanups
* Clarified bogosity of toplevel .gitignore (and other such files) * Removed "doc/" in the toplevel file -- looks like this was some broken leftover, and it's dangerous for at least "scribble/doc" (which contains code). * Collapse more common patterns into worksp instead of in each file. * Use a trailing "/" for directories. * racket/lib/collects/pkg/.gitignore looks like a leftover that is no longer needed.
This commit is contained in:
parent
5c8bc528ee
commit
555c300c72
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,8 +1,17 @@
|
||||||
|
# Note: this file is mostly meaningless, since the toplevel directory
|
||||||
|
# will not exist after a repository split. The same holds for .mailmap
|
||||||
|
# (which some people can decide if they want to thin it out or not
|
||||||
|
# include it) and for ".gitattributes" (which is probably irrelevant
|
||||||
|
# except maybe for the core repo).
|
||||||
|
|
||||||
|
# These are likely bogus
|
||||||
/build/
|
/build/
|
||||||
/bundle/
|
/bundle/
|
||||||
|
|
||||||
|
# Everything below makes sense on any package repository, so it's stuff
|
||||||
|
# that should be put into each such repository
|
||||||
|
|
||||||
compiled/
|
compiled/
|
||||||
doc/
|
|
||||||
|
|
||||||
# common backups, autosaves, lock files, OS meta-files
|
# common backups, autosaves, lock files, OS meta-files
|
||||||
*~
|
*~
|
||||||
|
|
2
racket/lib/.gitignore
vendored
2
racket/lib/.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
# Ignore anything other than the "collects" directory
|
# Ignore anything other than the "collects" directory
|
||||||
/*
|
/*
|
||||||
!/collects
|
!/collects/
|
||||||
|
|
1
racket/lib/collects/pkg/.gitignore
vendored
1
racket/lib/collects/pkg/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/doc
|
|
4
racket/src/worksp/.gitignore
vendored
4
racket/src/worksp/.gitignore
vendored
|
@ -7,5 +7,9 @@
|
||||||
*/SGC
|
*/SGC
|
||||||
*/*.user
|
*/*.user
|
||||||
|
|
||||||
|
# DevStudio generated files
|
||||||
|
*/gracket.ncb
|
||||||
|
*/gracket.suo
|
||||||
|
|
||||||
rbuildmode.obj
|
rbuildmode.obj
|
||||||
rbuildmode.exe
|
rbuildmode.exe
|
||||||
|
|
2
racket/src/worksp/gracket/.gitignore
vendored
2
racket/src/worksp/gracket/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
/gracket.ncb
|
|
||||||
/gracket.suo
|
|
2
racket/src/worksp/mrstart/.gitignore
vendored
2
racket/src/worksp/mrstart/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
/mrstart.ncb
|
|
||||||
/mrstart.suo
|
|
6
racket/src/worksp/myssink/.gitignore
vendored
6
racket/src/worksp/myssink/.gitignore
vendored
|
@ -1,7 +1 @@
|
||||||
/myssink.ncb
|
|
||||||
/myssink.suo
|
|
||||||
|
|
||||||
/Release
|
|
||||||
/*.idb
|
/*.idb
|
||||||
/*.user
|
|
||||||
/x64
|
|
||||||
|
|
2
racket/src/worksp/mzcom/.gitignore
vendored
2
racket/src/worksp/mzcom/.gitignore
vendored
|
@ -1,5 +1,3 @@
|
||||||
/mzcom.ncb
|
|
||||||
/mzcom.suo
|
|
||||||
/mzcom_h.h
|
/mzcom_h.h
|
||||||
/mzcom_i.c
|
/mzcom_i.c
|
||||||
/mzcom_p.c
|
/mzcom_p.c
|
||||||
|
|
2
racket/src/worksp/mzstart/.gitignore
vendored
2
racket/src/worksp/mzstart/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
/mzstart.ncb
|
|
||||||
/mzstart.suo
|
|
2
racket/src/worksp/racket/.gitignore
vendored
2
racket/src/worksp/racket/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
||||||
/racket.ncb
|
|
||||||
/racket.suo
|
|
Loading…
Reference in New Issue
Block a user