Explorar el Código

.gitignore updated.

master
kevin hace 3 años
padre
commit
05cd76192e
Se han modificado 1 ficheros con 19 adiciones y 0 borrados
  1. 19
    0
      .gitignore

+ 19
- 0
.gitignore Ver fichero

@@ -1,3 +1,22 @@
1
+*.o
2
+*.lo
3
+*.Plo
4
+
5
+build/linux/debug/include
6
+build/linux/debug/lib
7
+build/linux/debug/src
8
+
9
+build/linux/release/include
10
+build/linux/release/lib
11
+build/linux/release/src
12
+
13
+Makefile
14
+config.h
15
+config.log
16
+config.status
17
+libtool
18
+stamp-h1
19
+
1 20
 Makefile.in
2 21
 .DS_Store
3 22
 aclocal.m4

Loading…
Cancelar
Guardar