From e4d4dab2bb3af299f11ae7bde93a25f5e375d6b4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 8 Jan 2012 10:22:47 -0500 Subject: [PATCH] Convert .hgignore to .gitignore now that I'm versioning with Git. --- .hgignore => .gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename .hgignore => .gitignore (88%) 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 -- 2.26.2