Skip to content

Commit 9f603c0

Browse files
authored
Update CommonLisp.gitignore
For Clozure Common Lisp, the fast load file is not .fasl or .lisp-temp. It's platform specific. Reference: https://www.cs.utexas.edu/users/jared/Milawa/Support/ccl/doc/ccl-documentation.html
1 parent a5481c9 commit 9f603c0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CommonLisp.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
*.FASL
22
*.fasl
33
*.lisp-temp
4+
*.dfsl
5+
*.pfsl
6+
*.d64fsl
7+
*.p64fsl
8+
*.lx64fsl
9+
*.lx32fsl
10+
*.dx64fsl
11+
*.dx32fsl
12+
*.fx64fsl
13+
*.fx32fsl
14+
*.sx64fsl
15+
*.sx32fsl
16+
*.wx64fsl
17+
*.wx32fsl

0 commit comments

Comments
 (0)