From: Matthijs Kooijman Date: Tue, 3 Nov 2009 08:28:14 +0000 (+0100) Subject: Add .gitignore file to ignore .pyc and .swp files. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fmobilegtd.git;a=commitdiff_plain;h=e288641e6b67826689a6d447cf0c7426ed88d549 Add .gitignore file to ignore .pyc and .swp files. --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b948985 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.swp +*.pyc