More .gitignore stuff
g0dil [Mon, 17 Aug 2009 23:05:13 +0000 (23:05 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1296 270642c3-0616-0410-b53a-bc976706d245

.gitignore
Examples/MCSniffer/.gitignore [new file with mode: 0644]
Examples/MultiMCLoop/.gitignore [new file with mode: 0644]
Examples/RateStuffer/.gitignore
Examples/Sniffer/.gitignore [new file with mode: 0644]
Examples/TCPClientServer/.gitignore [new file with mode: 0644]
Examples/UDPClientServer/.gitignore [new file with mode: 0644]
Utils/Console/.gitignore [new file with mode: 0644]
Utils/Termlib/.gitignore [new file with mode: 0644]

index d96b138..4c0cac8 100644 (file)
@@ -1,8 +1,18 @@
+# Local files (files in this directory)
 /Doxyfile.local
 /local_config.hh
-*.pyc
-all_includes.hh
 /.prepare-stamp
+/libsenf.a
+
+# File name patters to ignore in all directories
+*.pyc
+*.png
+*.o
+*.test.checked
 .sconsign*
+
+# File names to ignore in all directories
+all_includes.hh
 doc/
-*.png
+.test.bin
+.test.stamp
diff --git a/Examples/MCSniffer/.gitignore b/Examples/MCSniffer/.gitignore
new file mode 100644 (file)
index 0000000..f905cfa
--- /dev/null
@@ -0,0 +1 @@
+/mcsniffer
diff --git a/Examples/MultiMCLoop/.gitignore b/Examples/MultiMCLoop/.gitignore
new file mode 100644 (file)
index 0000000..8dcbb7a
--- /dev/null
@@ -0,0 +1 @@
+/multimcloop
diff --git a/Examples/Sniffer/.gitignore b/Examples/Sniffer/.gitignore
new file mode 100644 (file)
index 0000000..e3cf1b3
--- /dev/null
@@ -0,0 +1 @@
+/sniffer
diff --git a/Examples/TCPClientServer/.gitignore b/Examples/TCPClientServer/.gitignore
new file mode 100644 (file)
index 0000000..3d33a15
--- /dev/null
@@ -0,0 +1,2 @@
+/client
+/server
diff --git a/Examples/UDPClientServer/.gitignore b/Examples/UDPClientServer/.gitignore
new file mode 100644 (file)
index 0000000..65cea80
--- /dev/null
@@ -0,0 +1,2 @@
+/udpClient
+/udpServer
diff --git a/Utils/Console/.gitignore b/Utils/Console/.gitignore
new file mode 100644 (file)
index 0000000..e9f77e9
--- /dev/null
@@ -0,0 +1 @@
+/testServer
diff --git a/Utils/Termlib/.gitignore b/Utils/Termlib/.gitignore
new file mode 100644 (file)
index 0000000..99b86cb
--- /dev/null
@@ -0,0 +1 @@
+/telnetServer