1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/.gitignore
stac ce64ea17a0 UAVObjects-gcs: Move generated files into build dir
Also fixes the include paths in the plugins tree.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2521 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-01-22 17:38:22 +00:00

120 lines
3.9 KiB
Plaintext

# /flight/
/flight/*.pnproj
/flight/*.pnps
/flight/.cproject
/flight/.metadata
/flight/.project
/flight/.settings
/flight/Build
# /flight/AHRS/
/flight/AHRS/Build
# /flight/Bootloaders/OpenPilot.old/
/flight/Bootloaders/OpenPilot.old/Build
# /flight/OpenPilot/
/flight/OpenPilot/Build
/flight/OpenPilot/Build.win32
# /flight/PipBee/
/flight/PipBee/Build
# /ground/
/ground/Build
# /ground/share/openpilotgcs/models/Easystar/
/ground/share/openpilotgcs/models/Easystar/Thumbs.db
# /ground/share/openpilotgcs/sounds/
/ground/share/openpilotgcs/sounds/normalize.exe
# /ground/share/openpilotgcs/sounds/default/
/ground/share/openpilotgcs/sounds/default/normalize.exe
# /ground/share/openpilotgcs/translations/
/ground/share/openpilotgcs/translations/extract-mimetypes.xq
# /ground/src/experimental/OPMapWidget/core/
/ground/src/experimental/OPMapWidget/core/header.h
# /ground/src/experimental/tools/DocumentationHelper/
/ground/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
# /ground/src/libs/qextserialport/
/ground/src/libs/qextserialport/.hg
/ground/src/libs/qextserialport/.hgtags
# /ground/src/libs/qwt/
/ground/src/libs/qwt/qwt.prf
/ground/src/libs/qwt/designer
# /ground/src/libs/uavobjgenerator/
/ground/src/libs/uavobjgenerator/Makefile
/ground/src/libs/uavobjgenerator/Makefile.Debug
/ground/src/libs/uavobjgenerator/Makefile.Release
/ground/src/libs/uavobjgenerator/debug
/ground/src/libs/uavobjgenerator/release
# /ground/src/plugins/ipconnection/
/ground/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
# /
/downloads
/tools
/build
#ignore autogenerated files - they should really go into special dirs to be ignored more easy
ground/src/plugins/uavobjects/OPLogConvert.m
ground/src/plugins/uavobjects/actuatorcommand.py
ground/src/plugins/uavobjects/actuatordesired.py
ground/src/plugins/uavobjects/actuatorsettings.py
ground/src/plugins/uavobjects/ahrscalibration.py
ground/src/plugins/uavobjects/ahrssettings.py
ground/src/plugins/uavobjects/ahrsstatus.py
ground/src/plugins/uavobjects/attitudeactual.py
ground/src/plugins/uavobjects/attitudedesired.py
ground/src/plugins/uavobjects/attituderaw.py
ground/src/plugins/uavobjects/baroaltitude.py
ground/src/plugins/uavobjects/batterysettings.py
ground/src/plugins/uavobjects/firmwareiapobj.py
ground/src/plugins/uavobjects/flightbatterystate.py
ground/src/plugins/uavobjects/flightplancontrol.py
ground/src/plugins/uavobjects/flightplansettings.py
ground/src/plugins/uavobjects/flightplanstatus.py
ground/src/plugins/uavobjects/flighttelemetrystats.py
ground/src/plugins/uavobjects/gcstelemetrystats.py
ground/src/plugins/uavobjects/gpsposition.py
ground/src/plugins/uavobjects/gpssatellites.py
ground/src/plugins/uavobjects/gpstime.py
ground/src/plugins/uavobjects/guidancesettings.py
ground/src/plugins/uavobjects/homelocation.py
ground/src/plugins/uavobjects/i2cstats.py
ground/src/plugins/uavobjects/manualcontrolcommand.py
ground/src/plugins/uavobjects/manualcontrolsettings.py
ground/src/plugins/uavobjects/mixersettings.py
ground/src/plugins/uavobjects/mixerstatus.py
ground/src/plugins/uavobjects/objectpersistence.py
ground/src/plugins/uavobjects/pipxtrememodemsettings.py
ground/src/plugins/uavobjects/pipxtrememodemstatus.py
ground/src/plugins/uavobjects/positionactual.py
ground/src/plugins/uavobjects/positiondesired.py
ground/src/plugins/uavobjects/ratedesired.py
ground/src/plugins/uavobjects/stabilizationsettings.py
ground/src/plugins/uavobjects/systemalarms.py
ground/src/plugins/uavobjects/systemsettings.py
ground/src/plugins/uavobjects/systemstats.py
ground/src/plugins/uavobjects/taskinfo.py
ground/src/plugins/uavobjects/telemetrysettings.py
ground/src/plugins/uavobjects/velocityactual.py
ground/src/plugins/uavobjects/velocitydesired.py
ground/src/plugins/uavobjects/watchdogstatus.py
openpilotgcs-build-desktop
flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
ground/openpilotgcs.pro.user