Explorar el Código

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

Robert F-C hace 11 años
padre
commit
221286c10a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .gitignore

+ 1
- 1
.gitignore Ver fichero

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

Loading…
Cancelar
Guardar