Explorar el Código

add hgignore file

damien hace 11 años
padre
commit
0370f00734
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      .hgignore

+ 12 - 0
.hgignore Ver fichero

@@ -0,0 +1,12 @@
1
+# use glob syntax.
2
+syntax: glob
3
+
4
+*.elc
5
+*.pyc
6
+*~
7
+
8
+tg2env/include
9
+tg2env/lib
10
+tg2env/local
11
+
12
+