2
0

elisp: Ignore more build tools

.eask, .eldev, .keg are other build tools like .cask.
dist is the default folder to build package distribution files.
This commit is contained in:
Jen-Chieh Shen
2023-03-18 20:29:22 -07:00
committed by GitHub
parent 4488915eec
commit 64340cce99

View File

@@ -2,7 +2,13 @@
*.elc
# Packaging
.cask
.cask/
.eask/
.eldev/
.keg/
# Built distribution
dist/
# Backup files
*~