From e05234147bea164e73d9d42ad2537d5c8a26acc2 Mon Sep 17 00:00:00 2001 From: sole Date: Tue, 30 Nov 2010 17:59:32 +0000 Subject: [PATCH] Added basic .gitignore file to avoid .DS_Store files and vim swap files getting into the repository --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f31b3e29 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store +*.swp