branch: elpa/forth-mode
commit 0f1a48236bcfb364beef020763dc9f9a51241589
Author: Pierre Rouleau <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Ignore Emacs temporary files
    
    * Add ignoring Emacs temporary files
    * Comment a little.  Reminder that some other tools use this file.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 9f78feff9cd..80e04f96c2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
 *~
 *.elc
+.#*
+*#
+\#*
 *.info
 autoloads.el

Reply via email to