From: W. Trevor King Date: Sun, 8 Jan 2012 15:22:47 +0000 (-0500) Subject: Convert .hgignore to .gitignore now that I'm versioning with Git. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4d4dab2bb3af299f11ae7bde93a25f5e375d6b4;p=hooke.git Convert .hgignore to .gitignore now that I'm versioning with Git. --- diff --git a/.hgignore b/.gitignore similarity index 88% rename from .hgignore rename to .gitignore index fe04478..9994933 100644 --- a/.hgignore +++ b/.gitignore @@ -1,11 +1,8 @@ -syntax: glob - *.pyc -doc/build/ -doc/hooke/ -build/ - .hooke.cfg +build/ doc/.sconsign.dblite +doc/build/ +doc/hooke/ doc/img/gui_flow/gui_flow.svg hooke/license.py