From 65e1591ebb0632aea1a7e6eea5eaf94eece6373a Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 15 Jun 2007 14:55:47 +0100 Subject: [PATCH] merge in pc18 fix and sort out gitignores --- .gitignore | 12 ++++++++++++ connect/.gitignore | 3 +++ data/.gitignore | 3 +++ filter/.gitignore | 3 ++- html/.gitignore | 2 ++ mrtg/.gitignore | 2 ++ scripts/.gitignore | 3 +++ src/.gitignore | 2 ++ techdoc/.gitignore | 4 ++++ 9 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 connect/.gitignore create mode 100644 html/.gitignore create mode 100644 mrtg/.gitignore create mode 100644 scripts/.gitignore create mode 100644 src/.gitignore create mode 100644 techdoc/.gitignore diff --git a/.gitignore b/.gitignore index 37eee138..1ca43b05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,16 @@ local* *~ *.[oa] +*.tmp CVS +tmp +*.bak +.#* +*# +*gz +*zip +.* +!.gitignore +packclus +tutor* +db diff --git a/connect/.gitignore b/connect/.gitignore new file mode 100644 index 00000000..16112e11 --- /dev/null +++ b/connect/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!*.issue diff --git a/data/.gitignore b/data/.gitignore index 0a6c856e..6027afdc 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -8,3 +8,6 @@ dupefile log wwv wcy +motd* +issue +logout diff --git a/filter/.gitignore b/filter/.gitignore index 150f68c8..bbfa3dce 100644 --- a/filter/.gitignore +++ b/filter/.gitignore @@ -1 +1,2 @@ -*/* +*.pl +*.pl.o diff --git a/html/.gitignore b/html/.gitignore new file mode 100644 index 00000000..4cb187e5 --- /dev/null +++ b/html/.gitignore @@ -0,0 +1,2 @@ +mrtg +client diff --git a/mrtg/.gitignore b/mrtg/.gitignore new file mode 100644 index 00000000..d6b7ef32 --- /dev/null +++ b/mrtg/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 00000000..4b9ad3b3 --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +*.issue diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..c5926d96 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +client +dbg diff --git a/techdoc/.gitignore b/techdoc/.gitignore new file mode 100644 index 00000000..1abc35ad --- /dev/null +++ b/techdoc/.gitignore @@ -0,0 +1,4 @@ +* +!Makefile +!*.pod +!.gitignore -- 2.34.1