Raymond Toy pushed to branch issue-386-generate-def-unix-error at cmucl / cmucl
Commits:
-
ba1d9801
by Raymond Toy at 2025-03-27T15:30:47-07:00
1 changed file:
Changes:
| 1 | - |
|
| 2 | - |
|
| 3 | - |
|
| 4 | -# Ignore default build directories
|
|
| 5 | -# Ignore emacs files
|
|
| 6 | 1 | # Ignore fasls
|
| 7 | -# Ignore files generated by TeX
|
|
| 8 | 2 | *.fasl
|
| 9 | 3 | *.ppcf
|
| 10 | 4 | *.sparcf
|
| 11 | 5 | *.sse2f
|
| 12 | 6 | *.x86f
|
| 7 | +# Ignore emacs files
|
|
| 13 | 8 | *~
|
| 14 | 9 | /test-tmp
|
| 10 | +# Ignore default build directories
|
|
| 15 | 11 | build-*
|
| 16 | 12 | darwin-8bit-[234]
|
| 17 | 13 | darwin-[234]
|
| ... | ... | @@ -19,6 +15,7 @@ linux-8bit-[234] |
| 19 | 15 | linux-[234]
|
| 20 | 16 | sparc-8bit-[234]
|
| 21 | 17 | sparc-[234]
|
| 18 | +# Ignore files generated by TeX
|
|
| 22 | 19 | src/docs/cmu-user/*.aux
|
| 23 | 20 | src/docs/cmu-user/*.cdx
|
| 24 | 21 | src/docs/cmu-user/*.cnd
|
| ... | ... | @@ -34,3 +31,5 @@ src/docs/cmu-user/*.tnd |
| 34 | 31 | src/docs/cmu-user/*.toc
|
| 35 | 32 | src/docs/cmu-user/*.vdx
|
| 36 | 33 | src/docs/cmu-user/*.vnd
|
| 34 | +# Ignore generated errno.lisp
|
|
| 35 | +src/code/errno.lisp |