update gitignore to not track .el files
This commit is contained in:
parent
4db28a2a67
commit
3f1951642f
|
@ -2,5 +2,7 @@
|
|||
!.gitignore
|
||||
!conf
|
||||
!conf/*
|
||||
conf/*.el
|
||||
conf/*/*.el
|
||||
!README.org
|
||||
!init.el
|
||||
|
|
Loading…
Reference in New Issue