.gitignore fixups
This commit is contained in:
parent
4dc8050f75
commit
a5ce399dcf
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -1,15 +1,13 @@
|
|||
# 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
|
||||
# The "build" and "bundle" directories are used when creating installers
|
||||
# via the `server', `client', and/or `farm' maefile targets.
|
||||
/build/
|
||||
/bundle/
|
||||
|
||||
# Everything below makes sense on any package repository, so it's stuff
|
||||
# that should be put into each such repository
|
||||
# Everything below makes sense on any package repository, so it's
|
||||
# stuff that should be put into each such repository. 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).
|
||||
|
||||
compiled/
|
||||
|
||||
|
|
4
racket/src/worksp/.gitignore
vendored
4
racket/src/worksp/.gitignore
vendored
|
@ -8,8 +8,8 @@
|
|||
*/*.user
|
||||
|
||||
# DevStudio generated files
|
||||
*/gracket.ncb
|
||||
*/gracket.suo
|
||||
*/*.ncb
|
||||
*/*.suo
|
||||
|
||||
rbuildmode.obj
|
||||
rbuildmode.exe
|
||||
|
|
Loading…
Reference in New Issue
Block a user