Rewrite .gitignore file
This commit is contained in:
parent
fd912f2ad9
commit
e1a4f07aab
1 changed files with 11 additions and 15 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue