summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2006-08-15 10:27:45 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2006-08-15 10:27:45 +0200
commitd3af8e7a43dcc37546d8f947dec6e8517b26d205 (patch)
treed8fff8fdf743ce6871e15a4c2803ed9298a2ab65 /.hgignore
parent8a3ad8564be52508dc9de1c5e0ca4260f7b6dc32 (diff)
downloadpylint-d3af8e7a43dcc37546d8f947dec6e8517b26d205.tar.gz
improve hgignore
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 2849616..29ea34c 100644
--- a/.hgignore
+++ b/.hgignore
@@ -2,3 +2,5 @@
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)
^log$
+\.pyc$
+\.pyo$