diff options
| author | Arnaud Spiwack | 2014-07-25 12:07:51 +0200 |
|---|---|---|
| committer | Arnaud Spiwack | 2014-07-25 12:08:08 +0200 |
| commit | bfac36dac7844f29e3ce97ab28a8c9b3557cb56e (patch) | |
| tree | a30c5b2b31221402d3e70130eb3dc55abbf8c866 | |
| parent | 933ec4bdb6a9a66b7556797aa8804858aa591b54 (diff) | |
Add emacs auto-save and crash-save files to the .gitignore.
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1ea6d6e127..cb5e7c8186 100644 --- a/.gitignore +++ b/.gitignore @@ -157,5 +157,9 @@ dev/ocamldoc/coq.* dev/ocamldoc/ocamldoc.sty dev/myinclude +# emacs save files +*~ +\#*\# + # coqide generated files (when testing) *.crashcoqide
\ No newline at end of file |
