Skip to content

Commit 3e83e2e

Browse files
committed
add ignore
1 parent 7305c10 commit 3e83e2e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# ignore these directories
2+
/.git
3+
/recipes
4+
/_test
5+
6+
# ignore generated files
7+
*.elc
8+
9+
# eask packages
10+
.eask/
11+
dist/
12+
13+
# packaging
14+
*-autoloads.el
15+
*-pkg.el

0 commit comments

Comments
 (0)