ソースを参照

add ~ files to gitignore

Jake Vanderplas 12 年 前
コミット
87f81ab4f5
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 *.pyc
-*.log
+*.log
+*~