diff options
author | Jun-ichiro itojun Hagino <itojun@itojun.org> | 1999-10-15 04:40:28 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@itojun.org> | 1999-10-15 04:40:28 +0000 |
commit | 45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (patch) | |
tree | 329dadfa43543012ac689d082ffea7d3fb796554 /wiretap/.cvsignore | |
parent | 9558d968594f8ce0d9f3b32206660361a5fb7b1e (diff) | |
download | wireshark-45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d.tar.gz wireshark-45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d.tar.bz2 wireshark-45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d.zip |
avoid mistakingly commit dynamically generated files, like "Makefile".
svn path=/trunk/; revision=837
Diffstat (limited to 'wiretap/.cvsignore')
-rw-r--r-- | wiretap/.cvsignore | 15 |
1 files changed, 15 insertions, 0 deletions
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 |