.gitignore fixups

This commit is contained in:
Matthew Flatt 2013-06-27 07:52:28 -06:00
parent 4dc8050f75
commit a5ce399dcf
2 changed files with 9 additions and 11 deletions

16
.gitignore vendored
View File

@ -1,15 +1,13 @@
# Note: this file is mostly meaningless, since the toplevel directory # The "build" and "bundle" directories are used when creating installers
# will not exist after a repository split. The same holds for .mailmap # via the `server', `client', and/or `farm' maefile targets.
# (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 # Everything below makes sense on any package repository, so it's
# that should be put into each such repository # 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/ compiled/

View File

@ -8,8 +8,8 @@
*/*.user */*.user
# DevStudio generated files # DevStudio generated files
*/gracket.ncb */*.ncb
*/gracket.suo */*.suo
rbuildmode.obj rbuildmode.obj
rbuildmode.exe rbuildmode.exe