initial commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# personal info
|
||||
personal.*
|
||||
|
||||
# gpg files
|
||||
elpa/*
|
||||
|
||||
# swap and undo files
|
||||
*~
|
||||
*.d/*~
|
||||
|
||||
*\#*
|
||||
*.d/*\#*
|
||||
|
||||
.*
|
||||
*.d/.*
|
||||
|
||||
# generated elisp files
|
||||
*.org.d/*.el
|
||||
|
||||
# etc
|
||||
auto-save-list*
|
||||
|
||||
# don't ignore .gitignore
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user