initial commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
# ignore these directories
|
||||
/.git
|
||||
/recipes
|
||||
|
||||
# ignore log files
|
||||
/.log
|
||||
|
||||
# ignore generated files
|
||||
*.elc
|
||||
|
||||
# eask packages
|
||||
.eask/
|
||||
dist/
|
||||
|
||||
# packaging
|
||||
*-autoloads.el
|
||||
*-pkg.el
|
||||
Reference in New Issue
Block a user