Browse Source

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

Robert F-C 11 years ago
parent
commit
221286c10a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore View File

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

Loading…
Cancel
Save