From: Diane Trout Date: Fri, 13 Aug 2010 22:49:10 +0000 (+0000) Subject: Tell git to ignore *.py[co]~ files. X-Git-Tag: 0.4.4~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=078b4be8148cdf1aa9cdab85abf530c3bc98ef52 Tell git to ignore *.py[co]~ files. (Useful if you're using git-svn) --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fac087 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.py[co~]