modifié .hgignore pour ignorer les fichiers construits automatiquement.
authorhamidouk
Tue, 20 Sep 2011 13:11:53 +0200
changeset 50 b5849024c5c5
parent 49 b77b10a21775
child 51 1444edeae73f
child 53 7b55777486c3
modifié .hgignore pour ignorer les fichiers construits automatiquement.
.hgignore
--- a/.hgignore	Tue Sep 20 13:10:53 2011 +0200
+++ b/.hgignore	Tue Sep 20 13:11:53 2011 +0200
@@ -1,3 +1,6 @@
 
 syntax: regexp
-^src/js/LdtPlayer\.min\.js$
\ No newline at end of file
+^src/js/LdtPlayer\.min\.js$
+syntax: glob
+build/LdtPlayer-release.js
+build/LdtPlayer.min.js