From dbd8edaae6c612b0707fbeaf8f70dcefc3df3524 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Thu, 13 Dec 2012 14:05:30 +0000 Subject: [PATCH] Add .gitignore file svn: r20781 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f58f56b2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python +*.py[cod] + +# Distutils +build/ +sdist/ + +# Gramps +gramps/data/tips.xml +gramps/gen/const.py +gramps/plugins/lib/holidays.xml +po/.intltool-merge-cache