diff --git a/.gitignore b/.gitignore index b78ebc455864a963edd516846e86f024907ab30e..0637d11b3b6eeec8db06d147c1f82a186f2db6c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,22 @@ -*Makefile* -build -Info.plist -obj -*.log -*~ -*qtc* -bin/*.exe -bin/*.txt -bin/mac -*pro.user -qrc_*.cpp -*.Debug -*.Release -tmp -debug -release -qgroundcontrol *.wav +*Makefile* +build +Info.plist +obj +*.log +*~ +*qtc* +bin/*.exe +bin/*.txt +bin/mac +*pro.user +qrc_*.cpp +*.Debug +*.Release +tmp +debug +release +qgroundcontrol +*.wav qgroundcontrol.xcodeproj/** - +doc/html +doc/doxy.log diff --git a/doc/Doxyfile b/doc/Doxyfile index 75e4c3df2b18a5f92d2a8fa88dd14441e24d595c..cf2de8e66f5ada18cc27741fc7651fdff0090280 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -585,7 +585,8 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = +FILE_PATTERNS = *.c *.h *.hpp *.hxx *.cc *.cpp *.cxx *.dox +#FILE_PATTERNS = # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.