diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..894dbb4 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Files and directories generated and managed by Emacs | ||
| 2 | auto-save-list | ||
| 3 | .org-id-locations | ||
| 4 | backups/ | ||
| 5 | elpa/ | ||
| 6 | recentf | ||
| 7 | savehist | ||
| 8 | |||
| 9 | persp-confs/ | ||
| 10 | projectile-bookmarks.eld | ||
| 11 | |||
| 12 | # Emacs, other packages, etc, modify the init.el so let that be managed locally | ||
| 13 | init.el \ No newline at end of file | ||