.gitignore for Common Lisp
16 ignore rules for Common Lisp, ready to copy into your repository.
ANSI-standardized dialect of Lisp
The complete .gitignore for Common Lisp
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 01:31:33 UTC
# Technologies: Common Lisp
### Common Lisp ###
*.FASL
*.lisp-temp
*.dfsl
*.pfsl
*.d64fsl
*.p64fsl
*.lx64fsl
*.lx32fsl
*.dx64fsl
*.dx32fsl
*.fx64fsl
*.fx32fsl
*.sx64fsl
*.sx32fsl
*.wx64fsl
*.wx32fsl
What these Common Lisp rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
General
| Pattern | What it ignores |
|---|---|
*.FASL |
General |
*.lisp-temp |
General |
*.dfsl |
General |
*.pfsl |
General |
*.d64fsl |
General |
*.p64fsl |
General |
*.lx64fsl |
General |
*.lx32fsl |
General |
*.dx64fsl |
General |
*.dx32fsl |
General |
*.fx64fsl |
General |
*.fx32fsl |
General |
*.sx64fsl |
General |
*.sx32fsl |
General |
*.wx64fsl |
General |
*.wx32fsl |
General |
How to use this .gitignore for Common Lisp
- Copy the Common Lisp rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.