]> granicus.if.org Git - fcron/commitdiff
Make git ignore automatically generated documentation files.
authorThibault Godouet <thib@storm.(none)>
Mon, 9 Feb 2009 22:36:29 +0000 (22:36 +0000)
committerThibault Godouet <thib@storm.(none)>
Mon, 9 Feb 2009 22:36:29 +0000 (22:36 +0000)
(we were ignoring the folders but not their content and thus we were getting warnings)

.gitignore

index f8bad6fad13d407929bf55cd0a7134c88b8b3fd4..4c083a77c2acbfc297dc517e05e8d0bf2feb57c6 100644 (file)
@@ -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