merge in pc18 fix and sort out gitignores
authorDirk Koopman <djk@tobit.co.uk>
Fri, 15 Jun 2007 13:55:47 +0000 (14:55 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 15 Jun 2007 13:55:47 +0000 (14:55 +0100)
.gitignore
connect/.gitignore [new file with mode: 0644]
data/.gitignore
filter/.gitignore
html/.gitignore [new file with mode: 0644]
mrtg/.gitignore [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
techdoc/.gitignore [new file with mode: 0644]

index 37eee138edc7708d1f8d6494df91e06a8725a797..1ca43b05150b0d915da95ebafa9aa20714b017c0 100644 (file)
@@ -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 (file)
index 0000000..16112e1
--- /dev/null
@@ -0,0 +1,3 @@
+*
+!.gitignore
+!*.issue
index 0a6c856e306da773a326e6a0825eac38509dca93..6027afdc080beced87fd5ec9aacecb27fbf58583 100644 (file)
@@ -8,3 +8,6 @@ dupefile
 log
 wwv
 wcy
+motd*
+issue
+logout
index 150f68c80f52952b9c2bf25a4348084aee22b2d1..bbfa3dce4e85abe25980bb228b13c12b7a359ee5 100644 (file)
@@ -1 +1,2 @@
-*/*
+*.pl
+*.pl.o
diff --git a/html/.gitignore b/html/.gitignore
new file mode 100644 (file)
index 0000000..4cb187e
--- /dev/null
@@ -0,0 +1,2 @@
+mrtg
+client
diff --git a/mrtg/.gitignore b/mrtg/.gitignore
new file mode 100644 (file)
index 0000000..d6b7ef3
--- /dev/null
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/scripts/.gitignore b/scripts/.gitignore
new file mode 100644 (file)
index 0000000..4b9ad3b
--- /dev/null
@@ -0,0 +1,3 @@
+*
+!.gitignore
+*.issue
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644 (file)
index 0000000..c5926d9
--- /dev/null
@@ -0,0 +1,2 @@
+client
+dbg
diff --git a/techdoc/.gitignore b/techdoc/.gitignore
new file mode 100644 (file)
index 0000000..1abc35a
--- /dev/null
@@ -0,0 +1,4 @@
+*
+!Makefile
+!*.pod
+!.gitignore