Sfoglia il codice sorgente

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

Robert F-C 10 anni fa
parent
commit
221286c10a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore Vedi File

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

Loading…
Annulla
Salva