浏览代码

STYLE: ignore back up files

Arnaud Gelas 15 年之前
父节点
当前提交
c7d5191ad3
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -1,5 +1,10 @@
 # Ignore all dotfiles...
 .*
+
+# Ignore all back-up files...
+*~
+*.bak
+
 # except for .gitignore
 !.gitignore