aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-16 12:25:08 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-16 12:25:08 -0700
commitcc91b1d1d320acaf6fb13cbc09e91fe3dc99ed70 (patch)
tree29e4c9c27b381e7ca0e923d877d7da2df27d9627 /.gitignore
parentd0f6b8eaf8c66927a13834ae549413aea28f4200 (diff)
downloadpandoc-cc91b1d1d320acaf6fb13cbc09e91fe3dc99ed70.tar.gz
Added *~ and *.pyc to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3e9ae6904..98fe2fd6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*~
dist/*
README.*
!README.Debian
@@ -10,6 +11,7 @@ man/man?/*.html
pandoc.cabal.orig
*.o
*.hi
+*.pyc
/COPYING.rtf
/COPYRIGHT.txt
/cabal-dev/