diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-10-28 22:52:12 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-10-28 22:52:12 -0400 |
commit | 3f29712feea0b27f6410adf2dba93712092ab842 (patch) | |
tree | 650c713fc988c6ccd7fa65254de370546a9624dd /.gitignore | |
parent | e5fcf1bf127567d585f75525a37b0dc852911104 (diff) | |
download | markdown-3f29712feea0b27f6410adf2dba93712092ab842.tar.gz markdown-3f29712feea0b27f6410adf2dba93712092ab842.tar.bz2 markdown-3f29712feea0b27f6410adf2dba93712092ab842.zip |
Cleaning house. Actually have all executables be executable and stop Vim's .swp files from showing up in git status.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.pyc *.bak *.tmp +*.swp tmp/* build/* dist/* |