summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore
index a2e69c8..9266568 100644
--- a/.hgignore
+++ b/.hgignore
@@ -21,6 +21,7 @@ syntax: regexp
^src/stamp-h1$
syntax: regexp
/.deps$
+/.libs$
syntax: regexp
\.o$
syntax: regexp
@@ -28,4 +29,8 @@ syntax: regexp
syntax: regexp
^src/madc$
syntax: regexp
-^src/mad-core$ \ No newline at end of file
+^src/mad-core$
+syntax: regexp
+\.lo$
+syntax: regexp
+\.la$ \ No newline at end of file