From: Thibault Godouet Date: Mon, 9 Feb 2009 22:36:29 +0000 (+0000) Subject: Make git ignore automatically generated documentation files. X-Git-Tag: ver3_1_0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b231911f38cbb13fd68c193b1a981d7772eb2bc;p=thirdparty%2Ffcron.git Make git ignore automatically generated documentation files. (we were ignoring the folders but not their content and thus we were getting warnings) --- diff --git a/.gitignore b/.gitignore index f8bad6f..4c083a7 100644 --- a/.gitignore +++ b/.gitignore @@ -17,10 +17,10 @@ doc/stylesheets/fcron-doc.dsl PREVIOUS_VERSION doc/fcron-doc.mod exe_list_test -doc/en/HTML/ -doc/en/man/ -doc/en/txt/ -doc/fr/HTML/ -doc/fr/man/ -doc/fr/txt/ +doc/en/HTML/* +doc/en/man/* +doc/en/txt/* +doc/fr/HTML/* +doc/fr/man/* +doc/fr/txt/* configure