1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
LibrePilot/.gitignore
Stacey Sheldon 45676f9355 androidgcs: add ignores for command-line android builds
Unfortunately, the android command-line tools insist on
putting a few files under the source tree.  Ideally, these
files would go into ./build/androidgcs somewhere.

Tell git to ignore them until someone figures out how to
force them into the right place.
2012-10-05 20:54:01 -04:00

86 lines
1.9 KiB
Plaintext

# Exclude temporary and system files
.DS_Store
# /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/Project/OpenPilotOSX
flight/Project/OpenPilotOSX/build
# /flight/PipBee/
/flight/PipBee/Build
# /ground/
/ground/Build
/ground/openpilotgcs/share/openpilotgcs/models/Easystar/Thumbs.db
/ground/openpilotgcs/share/openpilotgcs/sounds/normalize.exe
/ground/openpilotgcs/share/openpilotgcs/sounds/default/normalize.exe
/ground/openpilotgcs/share/openpilotgcs/translations/extract-mimetypes.xq
/ground/openpilotgcs/src/experimental/OPMapWidget/core/header.h
/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
# Ignore artifacts of top-level Makefile
/downloads
/tools
/build
openpilotgcs-build-desktop
flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
# 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
GPATH
GRTAGS
GSYMS
GTAGS
plane
quad
# Ignore intermediate files generated by command-line android builds
# Couldn't figure out how to force these files into the ./build directory
androidgcs/build.xml
androidgcs/local.properties
androidgcs/proguard-project.txt
# Ignore build output from Eclipse android builds
androidgcs/bin/
androidgcs/gen/
/.cproject
/.project