Merge pull request #4263 from jcs-PR/elisp
elisp: Ignore more build tools
This commit is contained in:
commit
471141b89c
1 changed files with 7 additions and 1 deletions
|
|
@ -2,7 +2,13 @@
|
||||||
*.elc
|
*.elc
|
||||||
|
|
||||||
# Packaging
|
# Packaging
|
||||||
.cask
|
.cask/
|
||||||
|
.eask/
|
||||||
|
.eldev/
|
||||||
|
.keg/
|
||||||
|
|
||||||
|
# Built distribution
|
||||||
|
dist/
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*~
|
*~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue