summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAru Sahni <arusahni@gmail.com>2015-12-10 06:37:34 -0500
committerAru Sahni <arusahni@gmail.com>2015-12-10 06:37:34 -0500
commit21e06cccd59415a1bdf90a70e24b3fe0977ea743 (patch)
tree8ecf81c83183bd334a4efb0633319de9ab1d96ac
parent31fd52cee82429f55674d3232d2f5c9eb45595af (diff)
downloadastroid-git-21e06cccd59415a1bdf90a70e24b3fe0977ea743.tar.gz
Port hgignore to gitignore.
For future iterations, we should switch to using pre-canned ignore lists from https://gitignore.io.
-rw-r--r--.gitignore9
-rw-r--r--.hgignore9
2 files changed, 9 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..d74774df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+.svn/
+.hg/
+.hgtags/
+*.py[cod]
+log
+build
+dist/
+astroid.egg-info/
+.tox
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index d2628e89..00000000
--- a/.hgignore
+++ /dev/null
@@ -1,9 +0,0 @@
-(^|/)\.svn($|/)
-(^|/)\.hg($|/)
-(^|/)\.hgtags($|/)
-\.pyc$
-^log$
-^doc/build$
-^dist/
-^astroid\.egg-info/
-^\.tox/