Skip to content

Commit

Permalink
.gitignore cleanups
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
elibarzilay committed Jun 26, 2013
1 parent 5c8bc52 commit 555c300
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 19 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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/
/bundle/

# Everything below makes sense on any package repository, so it's stuff
# that should be put into each such repository

compiled/
doc/

# common backups, autosaves, lock files, OS meta-files
*~
Expand Down
2 changes: 1 addition & 1 deletion racket/lib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Ignore anything other than the "collects" directory
/*
!/collects
!/collects/
1 change: 0 additions & 1 deletion racket/lib/collects/pkg/.gitignore

This file was deleted.

4 changes: 4 additions & 0 deletions racket/src/worksp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@
*/SGC
*/*.user

# DevStudio generated files
*/gracket.ncb
*/gracket.suo

rbuildmode.obj
rbuildmode.exe
2 changes: 0 additions & 2 deletions racket/src/worksp/gracket/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions racket/src/worksp/mrstart/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions racket/src/worksp/myssink/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
/myssink.ncb
/myssink.suo

/Release
/*.idb
/*.user
/x64
2 changes: 0 additions & 2 deletions racket/src/worksp/mzcom/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/mzcom.ncb
/mzcom.suo
/mzcom_h.h
/mzcom_i.c
/mzcom_p.c
Expand Down
2 changes: 0 additions & 2 deletions racket/src/worksp/mzstart/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions racket/src/worksp/racket/.gitignore

This file was deleted.

0 comments on commit 555c300

Please sign in to comment.