diff .hgignore @ 116:0a6683615c73

cmake: change build system, continue #2487 @3h
author David Demelier <markand@malikania.fr>
date Sat, 03 Oct 2020 18:32:01 +0200
parents 5e38f88cb9ab
children 789b23e01f52
line wrap: on
line diff
--- a/.hgignore	Sun Jul 12 09:44:27 2020 +0200
+++ b/.hgignore	Sat Oct 03 18:32:01 2020 +0200
@@ -7,28 +7,3 @@
 
 # macOS specific.
 \.DS_Store$
-
-# object files.
-\.d$
-\.o$
-\.a$
-^assets/.*\.h$
-^examples/example-inventory(\.exe)?$
-^examples/example-message(\.exe)?$
-^examples/example-sound(\.exe)?$
-^examples/assets/.*\.h$
-^molko(\.exe)?$
-^tests/test-color(\.exe)?$
-^tests/test-error(\.exe)?$
-^tests/test-inventory(\.exe)?$
-^tests/test-map(\.exe)?$
-^tests/test-panic(\.exe)?$
-^tests/test-save(\.exe)?$
-^tests/test-script(\.exe)?$
-^tools/molko-bcc(\.exe)?$
-^tools/molko-map(\.exe)?$
-
-# doxygen stuff.
-^doxygen/html$
-^doxygen/man$
-^doxygen/doxygen_sqlite3\.db$