ソースを参照

Add .gitignore change to ignore .bak files (produced by WinMerge and other editors)

Robert F-C 10年前
コミット
221286c10a
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore ファイルの表示

@@ -3,4 +3,4 @@ applet/
3 3
 *~
4 4
 *.orig
5 5
 *.rej
6
-*.bak
6
+*.bak

読み込み中…
キャンセル
保存