summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:48:05 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-26 08:48:05 +0100
commit838ca69e4b226fa11ce04247148559bef3370959 (patch)
tree1d9098514d9a09dc4b856d3813fe77c96968256d /.gitignore
parent80ce914212659dbe920279c9ca4374ca425b5633 (diff)
Ignore dll files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 37ed654..340a903 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,4 +23,5 @@ test_*
*.exe
Makefile.am.test
.deps
-.libs \ No newline at end of file
+.libs
+*.dll \ No newline at end of file