1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 14:17:57 +02:00
gitignore/Elisp.gitignore
Jen-Chieh Shen 64340cce99
elisp: Ignore more build tools
.eask, .eldev, .keg are other build tools like .cask.
dist is the default folder to build package distribution files.
2023-03-18 20:29:22 -07:00

18 lines
142 B
Plaintext

# Compiled
*.elc
# Packaging
.cask/
.eask/
.eldev/
.keg/
# Built distribution
dist/
# Backup files
*~
# Undo-tree save-files
*.~undo-tree