branch: elpa/kotlin-mode
commit 96b37d211cf90096f8aa9bb1e0e360f435e7af2e
Merge: 6aa6d56c0a 7de9cc101a
Author: Gregg Hernandez <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #45 from taku0/add_backup_to_gitignore
    
    Add *~ and *.elc to .gitignore
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 93d1f2be2a..b08939ede8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 .cask/
 dist/
+*~
+*.elc

Reply via email to