From: g0dil Date: Mon, 17 Aug 2009 16:19:16 +0000 (+0000) Subject: Add .gitignore files X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=62dfc5561247aa02ad28b7a1e4469c84e7b5426a Add .gitignore files git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1295 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d96b138 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/Doxyfile.local +/local_config.hh +*.pyc +all_includes.hh +/.prepare-stamp +.sconsign* +doc/ +*.png diff --git a/Examples/.gitignore b/Examples/.gitignore new file mode 100644 index 0000000..8014837 --- /dev/null +++ b/Examples/.gitignore @@ -0,0 +1 @@ +/Mainpage.dox diff --git a/Examples/RateStuffer/.gitignore b/Examples/RateStuffer/.gitignore new file mode 100644 index 0000000..67edbfd --- /dev/null +++ b/Examples/RateStuffer/.gitignore @@ -0,0 +1 @@ +! /screenshot.png diff --git a/HowTos/.gitignore b/HowTos/.gitignore new file mode 100644 index 0000000..8014837 --- /dev/null +++ b/HowTos/.gitignore @@ -0,0 +1 @@ +/Mainpage.dox diff --git a/doclib/.gitignore b/doclib/.gitignore new file mode 100644 index 0000000..3425fd9 --- /dev/null +++ b/doclib/.gitignore @@ -0,0 +1,5 @@ +/doxy-header.html +/doxy-footer.html +! /logo-head.png +/search.php +/search_paths.php