From d8f6a5994b25de9ad478c94e86441a900acf2b96 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sat, 28 Jan 2006 12:32:52 +0000 Subject: [PATCH] Extract Subversion ignore data. Organization: Straylight/Edgeware From: Mark Wooding --- .gitignore | 19 +++++++++++++++++++ debian/.gitignore | 11 +++++++++++ doc/.gitignore | 10 ++++++++++ ethereal/.gitignore | 1 + 4 files changed, 41 insertions(+) create mode 100644 .gitignore create mode 100644 debian/.gitignore create mode 100644 doc/.gitignore create mode 100644 ethereal/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d8ba2792 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +Makefile.in +configure +aclocal.m4 +build +config.h.in +stamp-h.in +deb-build +test +COPYING +config.guess +config.sub +install-sh +ltmain.sh +missing +mkinstalldirs +depcomp +autom4te.cache +slip-build + diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 00000000..f3cc393e --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,11 @@ +files +tmp +substvars +*.substvars +*.debhelper +pkstream +tripe +tripe-ethereal +tripemon +tripe-keys + diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..85effd16 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,10 @@ +Makefile.in +protocol.ps +tripe.ps +wrestlers.aux +wrestlers.bbl +wrestlers.blg +wrestlers.dvi +wrestlers.log +wrestlers.ps +wrestlers.toc diff --git a/ethereal/.gitignore b/ethereal/.gitignore new file mode 100644 index 00000000..70845e08 --- /dev/null +++ b/ethereal/.gitignore @@ -0,0 +1 @@ +Makefile.in -- [mdw]