diff .hgignore @ 25:0d5ecefcccd3

molko-map: reimplement using JSON as it is supported by tiled, closes #2448 @4h
author David Demelier <markand@malikania.fr>
date Fri, 10 Jan 2020 20:08:26 +0100
parents 5519ad48822e
children 781c612edff1
line wrap: on
line diff
--- a/.hgignore	Fri Jan 10 13:30:01 2020 +0100
+++ b/.hgignore	Fri Jan 10 20:08:26 2020 +0100
@@ -9,11 +9,12 @@
 \.DS_Store$
 
 # object files.
+\.d$
+\.o$
 ^libmolko\.a$
 ^molko$
 ^tests/test-color$
-\.d$
-\.o$
+^tools/molko-map$
 
 # doxygen stuff.
 ^doxygen/html$