diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -1,8 +1,12 @@ -* +# Cache stuff +backups/ +eln-cache/ +elpa/ -!.gitignore -!init.el -!theme.el -!snippets -!README.md +# These I'm still not sure +custom.el +var/ +etc/* +# Allow snippets tho +!etc/yasnippet |
