aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-07 04:35:49 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-07 04:35:49 +0000
commit1a3e03e5aac3d92632691e705580c1970289060b (patch)
tree0dbaae133732b1772d213cdab04570e7839a798e /wiretap
parent431ade6019a1b83a2daf21865108c3f4225d26e5 (diff)
Ignore byproducts of shared lib compilation
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10003 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/.cvsignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/.cvsignore b/wiretap/.cvsignore
index 02b83cac72..de3becb32d 100644
--- a/wiretap/.cvsignore
+++ b/wiretap/.cvsignore
@@ -1,9 +1,12 @@
*.dll
*.exp
*.lib
+*.la
+*.lo
*.obj
*.pdb
.deps
+.libs
Makefile
Makefile.in
aclocal.m4