From 292047a5848570b028a3e022da7118de1451e68c Mon Sep 17 00:00:00 2001 From: mhagger Date: Mon, 23 Aug 2010 03:32:35 +0000 Subject: [PATCH] Add a .gitignore file. There are at least two contributors who use git-svn when working on the project. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5247 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d5e5db66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Files that git should ignore in any directory: +*.pyc +*.pyo +val-tags + +# Ignores in the project root: +/cvs2svn-tmp +/*.tar.gz +/svntest + +# Ignores in www/: +/www/tigris-branding + -- 2.11.4.GIT