-
-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
5c8bc52
commit 555c300
Showing
10 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Ignore anything other than the "collects" directory | ||
/* | ||
!/collects | ||
!/collects/ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,9 @@ | |
*/SGC | ||
*/*.user | ||
|
||
# DevStudio generated files | ||
*/gracket.ncb | ||
*/gracket.suo | ||
|
||
rbuildmode.obj | ||
rbuildmode.exe |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
/myssink.ncb | ||
/myssink.suo | ||
|
||
/Release | ||
/*.idb | ||
/*.user | ||
/x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.