From: Eli Bendersky Date: Sat, 8 Jun 2013 22:56:26 +0000 (-0700) Subject: changed .hgignore to .gitignore X-Git-Tag: v0.22~34 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=729dca98dca6bd075d826596e3c550316197da5e;p=pyelftools.git changed .hgignore to .gitignore --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..603cba7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +*.pyc +.coverage +.tox +htmlcov +tags +build +dist +MANIFEST +*.sublime-workspace + + diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 4e7e920..0000000 --- a/.hgignore +++ /dev/null @@ -1,13 +0,0 @@ -syntax: glob - -*.pyc -.coverage -.tox -htmlcov -tags -build -dist -MANIFEST -*.sublime-workspace - -