.gitignore 850 Bytes
Newer Older
1
libs/lib/Frameworks/GStreamer.framework
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
*.swp
*.nfs
CMakeFiles
*Makefile*
tags
build*/
Info.plist
obj
.DS_Store
*.log
*~
*~.skp
bin/*.exe
bin/*.txt
bin/mac
*pro.user*
Don Gagne's avatar
Don Gagne committed
18
.qmake.stash
19 20 21 22 23 24
qrc_*.cpp
*.Debug
*.Release
tmp
debug
release
Lorenz Meier's avatar
Lorenz Meier committed
25
/qgroundcontrol
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
qgroundcontrol.xcodeproj/**
doc/html
doc/doxy.log
deploy/mac
deploy/linux
deploy/qgroundcontrol*
controller_log*
user_config.pri
*.app
*.ncb
*.vcproj
*.vcxproj*
*.sdf
*.ipch
*.pdb
*.sln
*.sln
*.vcproj
*.user
*.ncb
*.idb
*.project
*.cproject
*.sln
*.suo
*.uhf.txt
*.opensdf
Lorenz Meier's avatar
Lorenz Meier committed
53 54 55
thirdParty/qserialport-build-desktop/
thirdParty/qserialport/bin/
thirdParty/qserialport/lib/
56
libs/thirdParty/libxbee/lib/
57
GeneratedFiles/
58
gstreamer-1.0-android*
tstellanova's avatar
tstellanova committed
59 60

*.autosave
61
.settings/
62 63 64 65 66 67 68 69 70

# Generated files
moc_*
ui_*
*.o
*.a
*.so*
*.moc
*.prl
Daniel Agar's avatar
Daniel Agar committed
71 72

# android
73 74 75 76 77 78
android/local.properties
android/gradle.properties

# doxygen
src/html/
src/latex/