aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-10-28 22:52:12 -0400
committerWaylan Limberg <waylan@gmail.com>2008-10-28 22:52:12 -0400
commit3f29712feea0b27f6410adf2dba93712092ab842 (patch)
tree650c713fc988c6ccd7fa65254de370546a9624dd
parente5fcf1bf127567d585f75525a37b0dc852911104 (diff)
downloadmarkdown-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--.gitignore1
-rwxr-xr-x[-rw-r--r--]setup.py0
-rwxr-xr-x[-rw-r--r--]test-markdown.py0
3 files changed, 1 insertions, 0 deletions
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/*
diff --git a/setup.py b/setup.py
index 290e2e0..290e2e0 100644..100755
--- a/setup.py
+++ b/setup.py
diff --git a/test-markdown.py b/test-markdown.py
index d27ee72..d27ee72 100644..100755
--- a/test-markdown.py
+++ b/test-markdown.py