Add .gitignore change to ignore .bak files (produced by WinMerge and other editors)
This commit is contained in:
parent
9547fb9dfb
commit
221286c10a
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,4 +3,4 @@ applet/
|
||||||
*~
|
*~
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
*.bak
|
*.bak
|
||||||
|
|
Loading…
Reference in a new issue