18 lines
167 B
Plaintext
18 lines
167 B
Plaintext
|
# ignore these directories
|
||
|
/.git
|
||
|
/recipes
|
||
|
|
||
|
# ignore log files
|
||
|
/.log
|
||
|
|
||
|
# ignore generated files
|
||
|
*.elc
|
||
|
|
||
|
# eask packages
|
||
|
.eask/
|
||
|
dist/
|
||
|
|
||
|
# packaging
|
||
|
*-autoloads.el
|
||
|
*-pkg.el
|