summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 04:40:28 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 04:40:28 +0000
commit45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (patch)
tree329dadfa43543012ac689d082ffea7d3fb796554
parent9558d968594f8ce0d9f3b32206660361a5fb7b1e (diff)
downloadwireshark-45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d.tar.gz
avoid mistakingly commit dynamically generated files, like "Makefile".
svn path=/trunk/; revision=837
-rw-r--r--.cvsignore18
-rw-r--r--doc/.cvsignore3
-rw-r--r--gtk/.cvsignore3
-rw-r--r--wiretap/.cvsignore15
4 files changed, 39 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000000..048836eaa6
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,18 @@
+.deps
+Makefile
+Makefile.in
+aclocal.m4
+config.cache
+config.h
+config.h.in
+config.log
+config.status
+configure
+dfilter-grammar.c
+dfilter-grammar.h
+dfilter-scanner.c
+ethereal.1
+ethereal.spec
+ps.c
+stamp-h
+stamp-h.in
diff --git a/doc/.cvsignore b/doc/.cvsignore
new file mode 100644
index 0000000000..f9844f804d
--- /dev/null
+++ b/doc/.cvsignore
@@ -0,0 +1,3 @@
+Makefile.in
+Makefile
+ethereal.pod
diff --git a/gtk/.cvsignore b/gtk/.cvsignore
new file mode 100644
index 0000000000..051d1bd50b
--- /dev/null
+++ b/gtk/.cvsignore
@@ -0,0 +1,3 @@
+Makefile
+Makefile.in
+.deps
diff --git a/wiretap/.cvsignore b/wiretap/.cvsignore
new file mode 100644
index 0000000000..84df039a5a
--- /dev/null
+++ b/wiretap/.cvsignore
@@ -0,0 +1,15 @@
+configure
+aclocal.m4
+config.log
+config.h
+config.status
+stamp-h
+.deps
+stamp-h.in
+config.h.in
+Makefile.in
+Makefile
+ascend-grammar.c
+ascend-grammar.h
+ascend-scanner.c
+config.cache