2013-03-19 17:02:06 +01:00
|
|
|
# Ignore artifacts of top-level Makefile
|
|
|
|
/downloads
|
|
|
|
/tools
|
|
|
|
/build
|
|
|
|
|
2011-11-14 08:39:45 +01:00
|
|
|
# Exclude temporary and system files
|
2013-03-19 17:02:06 +01:00
|
|
|
Thumbs.db
|
2011-11-14 08:39:45 +01:00
|
|
|
.DS_Store
|
2013-03-19 17:02:06 +01:00
|
|
|
GPATH
|
|
|
|
GRTAGS
|
|
|
|
GSYMS
|
|
|
|
GTAGS
|
2010-08-13 07:18:17 +02:00
|
|
|
|
2013-03-19 17:02:06 +01:00
|
|
|
# flight
|
2010-08-13 07:18:17 +02:00
|
|
|
/flight/*.pnproj
|
|
|
|
/flight/*.pnps
|
|
|
|
/flight/.cproject
|
|
|
|
/flight/.metadata
|
|
|
|
/flight/.project
|
|
|
|
/flight/.settings
|
2013-03-19 17:02:06 +01:00
|
|
|
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
|
|
|
|
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
|
2010-08-13 07:18:17 +02:00
|
|
|
|
2013-03-19 17:02:06 +01:00
|
|
|
# ground
|
|
|
|
openpilotgcs-build-desktop
|
2010-08-13 07:18:17 +02:00
|
|
|
|
2013-03-19 17:02:06 +01:00
|
|
|
# Ignore some of the .pro.user files
|
|
|
|
/ground/openpilotgcs/openpilotgcs.pro.user
|
|
|
|
/ground/uavobjgenerator/uavobjgenerator.pro.user
|
|
|
|
/ground/uavobjects/uavobjects.pro.user
|
|
|
|
/ground/ground.pro.user
|
2010-08-13 07:18:17 +02:00
|
|
|
|
2013-03-19 17:02:06 +01:00
|
|
|
# Misc artifacts
|
2011-01-22 18:41:56 +01:00
|
|
|
/ground/openpilotgcs/share/openpilotgcs/sounds/normalize.exe
|
|
|
|
/ground/openpilotgcs/share/openpilotgcs/sounds/default/normalize.exe
|
2011-01-22 18:40:26 +01:00
|
|
|
/ground/openpilotgcs/share/openpilotgcs/translations/extract-mimetypes.xq
|
2011-01-22 18:41:56 +01:00
|
|
|
/ground/openpilotgcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
|
|
|
|
/ground/openpilotgcs/src/libs/qextserialport/.hg
|
|
|
|
/ground/openpilotgcs/src/libs/qextserialport/.hgtags
|
|
|
|
/ground/openpilotgcs/src/libs/qwt/qwt.prf
|
|
|
|
/ground/openpilotgcs/src/libs/qwt/designer
|
|
|
|
/ground/openpilotgcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
|
2010-08-13 07:18:17 +02:00
|
|
|
|
2012-10-06 01:42:04 +02:00
|
|
|
# Ignore intermediate files generated by command-line android builds
|
|
|
|
# Couldn't figure out how to force these files into the ./build directory
|
2013-03-19 17:02:06 +01:00
|
|
|
/androidgcs/build.xml
|
|
|
|
/androidgcs/local.properties
|
|
|
|
/androidgcs/proguard-project.txt
|
2012-10-06 01:42:04 +02:00
|
|
|
|
|
|
|
# Ignore build output from Eclipse android builds
|
2013-03-19 17:02:06 +01:00
|
|
|
/androidgcs/bin/
|
|
|
|
/androidgcs/gen/
|
2013-04-07 18:48:33 +02:00
|
|
|
|
|
|
|
# Ignore Eclipse Projects and Metadata
|
2012-03-14 19:59:08 +01:00
|
|
|
/.cproject
|
|
|
|
/.project
|
2013-04-07 18:48:33 +02:00
|
|
|
/.metadata
|
|
|
|
|
|
|
|
# Ignore Eclipse temp folder, git plugin based?
|
|
|
|
RemoteSystemsTempFiles
|
|
|
|
|
|
|
|
# Ignore patch-related files
|
|
|
|
*.rej
|
|
|
|
*.orig
|
|
|
|
*.diff~
|