summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-09-25 03:57:43 +0530
committerAnkit Vani <a@nevitus.org>2013-09-25 03:57:43 +0530
commitdcb660e2aec2b51bdd366e41bee71e5957d49694 (patch)
treea644156018b207dbddf7cf04374aba965984588f /.hgignore
parent71a288bcb45eff6ea28b4f2e68f95b2f199f3768 (diff)
downloadpidgin-dcb660e2aec2b51bdd366e41bee71e5957d49694.tar.gz
Added .*\.gir$ and .*\.typelib$ to .hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 88d3e9b85d..e55d30c250 100644
--- a/.hgignore
+++ b/.hgignore
@@ -21,6 +21,7 @@ syntax: regexp
.*\.dll$
.*\.exe$
.*\.g?mo$
+.*\.gir$
.*\.la$
\.libs
.*\.lo$
@@ -31,6 +32,7 @@ syntax: regexp
.*\.pyo$
.*\.rej$
.*\.so$
+.*\.typelib$
.*\.moc$
Doxyfile(\.mingw)?$
VERSION$