ソースを参照

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