mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
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:
parent
4488915eec
commit
64340cce99
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,13 @@
|
|||
*.elc
|
||||
|
||||
# Packaging
|
||||
.cask
|
||||
.cask/
|
||||
.eask/
|
||||
.eldev/
|
||||
.keg/
|
||||
|
||||
# Built distribution
|
||||
dist/
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue