From: g0dil Date: Mon, 17 Aug 2009 23:05:13 +0000 (+0000) Subject: More .gitignore stuff X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=2c78aa0bbeba962328da034a8c29151e1b07b9b7 More .gitignore stuff git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1296 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/.gitignore b/.gitignore index d96b138..4c0cac8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 0000000..f905cfa --- /dev/null +++ b/Examples/MCSniffer/.gitignore @@ -0,0 +1 @@ +/mcsniffer diff --git a/Examples/MultiMCLoop/.gitignore b/Examples/MultiMCLoop/.gitignore new file mode 100644 index 0000000..8dcbb7a --- /dev/null +++ b/Examples/MultiMCLoop/.gitignore @@ -0,0 +1 @@ +/multimcloop diff --git a/Examples/RateStuffer/.gitignore b/Examples/RateStuffer/.gitignore index 67edbfd..f2c30b9 100644 --- a/Examples/RateStuffer/.gitignore +++ b/Examples/RateStuffer/.gitignore @@ -1 +1,2 @@ ! /screenshot.png +/ratestuffer diff --git a/Examples/Sniffer/.gitignore b/Examples/Sniffer/.gitignore new file mode 100644 index 0000000..e3cf1b3 --- /dev/null +++ b/Examples/Sniffer/.gitignore @@ -0,0 +1 @@ +/sniffer diff --git a/Examples/TCPClientServer/.gitignore b/Examples/TCPClientServer/.gitignore new file mode 100644 index 0000000..3d33a15 --- /dev/null +++ b/Examples/TCPClientServer/.gitignore @@ -0,0 +1,2 @@ +/client +/server diff --git a/Examples/UDPClientServer/.gitignore b/Examples/UDPClientServer/.gitignore new file mode 100644 index 0000000..65cea80 --- /dev/null +++ b/Examples/UDPClientServer/.gitignore @@ -0,0 +1,2 @@ +/udpClient +/udpServer diff --git a/Utils/Console/.gitignore b/Utils/Console/.gitignore new file mode 100644 index 0000000..e9f77e9 --- /dev/null +++ b/Utils/Console/.gitignore @@ -0,0 +1 @@ +/testServer diff --git a/Utils/Termlib/.gitignore b/Utils/Termlib/.gitignore new file mode 100644 index 0000000..99b86cb --- /dev/null +++ b/Utils/Termlib/.gitignore @@ -0,0 +1 @@ +/telnetServer