Browse Source

Added executable and doc directory to gitignore

QGC4.4
pixhawk 15 years ago
parent
commit
5325ed8bbc
  1. 40
      .gitignore
  2. 3
      doc/Doxyfile

40
.gitignore vendored

@ -1,20 +1,22 @@
*Makefile* *Makefile*
build build
Info.plist Info.plist
obj obj
*.log *.log
*~ *~
*qtc* *qtc*
bin/*.exe bin/*.exe
bin/*.txt bin/*.txt
bin/mac bin/mac
*pro.user *pro.user
qrc_*.cpp qrc_*.cpp
*.Debug *.Debug
*.Release *.Release
tmp tmp
debug debug
release release
qgroundcontrol *.wav qgroundcontrol
*.wav
qgroundcontrol.xcodeproj/** qgroundcontrol.xcodeproj/**
doc/html
doc/doxy.log

3
doc/Doxyfile

@ -585,7 +585,8 @@ INPUT_ENCODING = UTF-8
# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.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 # *.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 # 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. # should be searched for input files as well. Possible values are YES and NO.

Loading…
Cancel
Save