.gitignore 476 Bytes
Newer Older
1
*.swp
James Goppert's avatar
James Goppert committed
2
*.nfs
3
CMakeFiles
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
*Makefile*
tags
build
Info.plist
obj
*.log
*~
*qtc*
bin/*.exe
bin/*.txt
bin/mac
*pro.user*
qrc_*.cpp
*.Debug
*.Release
tmp
debug
release
qgroundcontrol
mavlinkgen
*.wav
qgroundcontrol.xcodeproj/**
doc/html
doc/doxy.log
deploy/mac
deploy/linux
deploy/qgroundcontrol*
controller_log*
user_config.pri
*.app
34 35 36

*.ncb
*.vcproj
37 38 39 40 41 42 43 44 45
*.sln
*.sln
*.vcproj
*.user
*.ncb
*.idb
*.project
*.cproject
*.sln
46
*.suo
lm's avatar
lm committed
47
*thirdParty*