From: Ian Jackson Date: Wed, 5 Aug 2009 12:37:03 +0000 (+0100) Subject: Add .gitignore for .pyc and *~ X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=irc.git;a=commitdiff_plain;h=0a6784af41e4adafc19c4f0356bfd4546094979d Add .gitignore for .pyc and *~ --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f3d74a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*~