Clean up gitignore
This commit is contained in:
parent
47925933df
commit
afde833ae8
1 changed files with 9 additions and 3 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
||||||
/.*
|
*~
|
||||||
!.gitignore
|
*.*~
|
||||||
!.github
|
\#*
|
||||||
|
.\#*
|
||||||
|
.local/
|
||||||
*.cache*
|
*.cache*
|
||||||
*.log
|
*.log
|
||||||
/modules/private
|
/modules/private
|
||||||
|
@ -8,11 +10,15 @@ test/.local*/
|
||||||
test/result
|
test/result
|
||||||
|
|
||||||
# emacs tempfiles that shouldn't be there
|
# emacs tempfiles that shouldn't be there
|
||||||
|
.dap-breakpoints
|
||||||
|
.org-id-locations
|
||||||
|
.tern-port
|
||||||
.yas-compiled-snippets.el
|
.yas-compiled-snippets.el
|
||||||
auto-save-list/
|
auto-save-list/
|
||||||
cask/
|
cask/
|
||||||
ede-projects.el
|
ede-projects.el
|
||||||
elpa/
|
elpa/
|
||||||
|
eln-cache/
|
||||||
network-security.data
|
network-security.data
|
||||||
semanticdb
|
semanticdb
|
||||||
server/
|
server/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue