Skip to content

Commit

Permalink
Added executable and doc directory to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Apr 22, 2010
1 parent 7e53704 commit 5325ed8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
40 changes: 21 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5325ed8

Please sign in to comment.