summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDevin Torres <devin@devintorr.es>2013-09-22 04:10:51 -0500
committerDevin Torres <devin@devintorr.es>2013-09-22 04:10:51 -0500
commit8a28f5b58e6f2fe6f5fad83896ec5ed09c911658 (patch)
treec4d0489f7f496728ce5cbdda0c750688d6012388 /.gitignore
parent81ed58c1991114d9175f2e71ab9bff53a0653722 (diff)
downloadrust-hoedown-8a28f5b58e6f2fe6f5fad83896ec5ed09c911658.tar.gz
Fix building with MingW and MSVC
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c4d0fe6..e885c6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
*.o
-libhoedown.so*
+*.obj
+*.exe
hoedown
+hoedown.dll
+hoedown.exp
+hoedown.lib
smartypants
-*.exe
+libhoedown.so*