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 | |
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.
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | setup.py | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | test-markdown.py | 0 |
3 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ *.pyc *.bak *.tmp +*.swp tmp/* build/* dist/* diff --git a/test-markdown.py b/test-markdown.py index d27ee72..d27ee72 100644..100755 --- a/test-markdown.py +++ b/test-markdown.py |