From 3f29712feea0b27f6410adf2dba93712092ab842 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Tue, 28 Oct 2008 22:52:12 -0400 Subject: Cleaning house. Actually have all executables be executable and stop Vim's .swp files from showing up in git status. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5434639..0238e63 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc *.bak *.tmp +*.swp tmp/* build/* dist/* -- cgit v1.2.3