Explorar el Código

Ignore .o files in git status

Neal Wilson hace 9 años
padre
commit
7caa617446
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      .gitignore

+ 2
- 1
.gitignore Ver fichero

@@ -9,4 +9,5 @@ typica.c
9 9
 *.pdf
10 10
 *.scn
11 11
 *.toc
12
-Typica-build*
12
+Typica-build*
13
+*.o

Loading…
Cancelar
Guardar