Ignore dotfiles in root

Closes #3947
This commit is contained in:
Henrik Lissner 2020-10-04 16:31:46 -04:00
parent 38a5965704
commit 603a11569b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

10
.gitignore vendored
View file

@ -1,10 +1,8 @@
.local/ .*
var/ var/
modules/private modules/private
.yas-compiled-snippets.el
# folders created by Cask # folders created by Cask
.cask/
cask/ cask/
elpa/ elpa/
test/.local*/ test/.local*/
@ -12,11 +10,6 @@ test/result
result result
# emacs tempfiles that shouldn't be there # emacs tempfiles that shouldn't be there
.mc-lists.el
.org-id-locations
.tern-port
.extension/
.dap-breakpoints
auto-save-list/ auto-save-list/
semanticdb semanticdb
ede-projects.el ede-projects.el
@ -35,4 +28,3 @@ server/
# transient/os temp files # transient/os temp files
*.cache-* *.cache-*
*.log *.log
.directory