From 9e89a17790b0bdb479d130d927febc7bc1f0b161 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Tue, 16 Jul 2013 15:38:49 +0000 Subject: [PATCH] added .gitignore based on trunk svn: r22687 --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..186e52829 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python +*.py[cod] + +# Distutils +MANIFEST +build/ +dist/ + +# Gramps +data/tips.xml +src/plugins/lib/holidays.xml +po/.intltool-merge-cache