Rewrite .gitignore file

This commit is contained in:
Henrik Lissner 2020-10-05 18:20:11 -04:00
parent fd912f2ad9
commit e1a4f07aab
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

26
.gitignore vendored
View file

@ -1,22 +1,22 @@
.* /.*
var/ *.cache*
modules/private *.log
/modules/private
# folders created by Cask
cask/
elpa/
test/.local*/ test/.local*/
test/result test/result
result
# emacs tempfiles that shouldn't be there # emacs tempfiles that shouldn't be there
.yas-compiled-snippets.el
auto-save-list/ auto-save-list/
semanticdb cask/
ede-projects.el ede-projects.el
tramp elpa/
smex-items
network-security.data network-security.data
semanticdb
server/ server/
smex-items
tramp
var/
# compiled files # compiled files
*.elc *.elc
@ -24,7 +24,3 @@ server/
*.fas *.fas
*.dat *.dat
*.eld *.eld
# transient/os temp files
*.cache-*
*.log