Browse Source

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
pull/2225/head
ailisp 7 years ago
parent
commit
9f603c0d3c
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      CommonLisp.gitignore

+ 14
- 0
CommonLisp.gitignore View File

@@ -1,3 +1,17 @@
*.FASL
*.fasl
*.lisp-temp
*.dfsl
*.pfsl
*.d64fsl
*.p64fsl
*.lx64fsl
*.lx32fsl
*.dx64fsl
*.dx32fsl
*.fx64fsl
*.fx32fsl
*.sx64fsl
*.sx32fsl
*.wx64fsl
*.wx32fsl

Loading…
Cancel
Save