Skip to content

Commit

Permalink
Add .#company-statistics-cache.el to .gitignore
Browse files Browse the repository at this point in the history
This is the autosave file generated by Emacs while
company-statistics-cache.el is open. Normally I wouldn't want to add
autosave files to the .gitignore (since they should be deleted by time
you are committing), but company-statistics-cache.el is apparently
constantly open (as it is constantly being updated by Emacs).
  • Loading branch information
raxod502 committed Jul 27, 2016
1 parent 49cf50f commit ff93b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.emacs.d/auto-save-list/
/.emacs.d/company-statistics-cache.el
/.emacs.d/.#company-statistics-cache.el
/.emacs.d/elpa/
/.emacs.d/ido.last
/.emacs.d/projectile.cache
Expand Down

0 comments on commit ff93b1b

Please sign in to comment.