diff options
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |