mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Update gitignore to make sure we keep that pro.user out of git
This commit is contained in:
parent
65e0124a74
commit
d04b8fecfb
145
.gitignore
vendored
145
.gitignore
vendored
@ -1,72 +1,73 @@
|
|||||||
# Ignore artifacts of top-level Makefile
|
# Ignore artifacts of top-level Makefile
|
||||||
/downloads
|
/downloads
|
||||||
/tools
|
/tools
|
||||||
/build
|
/build
|
||||||
|
|
||||||
# Exclude temporary and system files
|
# Exclude temporary and system files
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
.DS_Store
|
.DS_Store
|
||||||
GPATH
|
GPATH
|
||||||
GRTAGS
|
GRTAGS
|
||||||
GSYMS
|
GSYMS
|
||||||
GTAGS
|
GTAGS
|
||||||
core
|
core
|
||||||
|
|
||||||
# flight
|
# flight
|
||||||
/flight/*.pnproj
|
/flight/*.pnproj
|
||||||
/flight/*.pnps
|
/flight/*.pnps
|
||||||
/flight/.cproject
|
/flight/.cproject
|
||||||
/flight/.metadata
|
/flight/.metadata
|
||||||
/flight/.project
|
/flight/.project
|
||||||
/flight/.settings
|
/flight/.settings
|
||||||
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
|
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3
|
||||||
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
|
/flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser
|
||||||
|
|
||||||
# ground
|
# ground
|
||||||
openpilotgcs-build-desktop
|
openpilotgcs-build-desktop
|
||||||
ground/openpilotgcs/.cproject
|
ground/openpilotgcs/.cproject
|
||||||
ground/openpilotgcs/.project
|
ground/openpilotgcs/.project
|
||||||
ground/openpilotgcs/.settings
|
ground/openpilotgcs/.settings
|
||||||
|
|
||||||
# Ignore some of the .pro.user files
|
# Ignore some of the .pro.user files
|
||||||
*.pro.user
|
*.pro.user
|
||||||
/ground/openpilotgcs/openpilotgcs.pro.user
|
/ground/openpilotgcs/openpilotgcs.pro.user
|
||||||
/ground/uavobjgenerator/uavobjgenerator.pro.user
|
/ground/uavobjgenerator/uavobjgenerator.pro.user
|
||||||
/ground/uavobjects/uavobjects.pro.user
|
/ground/uavobjects/uavobjects.pro.user
|
||||||
/ground/ground.pro.user
|
/ground/ground.pro.user
|
||||||
|
/ground/openpilotgcs/src/libs/sdlgamepad.pro.user
|
||||||
# Misc artifacts
|
|
||||||
/ground/openpilotgcs/share/openpilotgcs/sounds/normalize.exe
|
# Misc artifacts
|
||||||
/ground/openpilotgcs/share/openpilotgcs/sounds/default/normalize.exe
|
/ground/openpilotgcs/share/openpilotgcs/sounds/normalize.exe
|
||||||
/ground/openpilotgcs/share/openpilotgcs/translations/extract-mimetypes.xq
|
/ground/openpilotgcs/share/openpilotgcs/sounds/default/normalize.exe
|
||||||
/ground/openpilotgcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
|
/ground/openpilotgcs/share/openpilotgcs/translations/extract-mimetypes.xq
|
||||||
/ground/openpilotgcs/src/libs/qextserialport/.hg
|
/ground/openpilotgcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
|
||||||
/ground/openpilotgcs/src/libs/qextserialport/.hgtags
|
/ground/openpilotgcs/src/libs/qextserialport/.hg
|
||||||
/ground/openpilotgcs/src/libs/qwt/qwt.prf
|
/ground/openpilotgcs/src/libs/qextserialport/.hgtags
|
||||||
/ground/openpilotgcs/src/libs/qwt/designer
|
/ground/openpilotgcs/src/libs/qwt/qwt.prf
|
||||||
/ground/openpilotgcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
|
/ground/openpilotgcs/src/libs/qwt/designer
|
||||||
|
/ground/openpilotgcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
|
||||||
# Ignore intermediate files generated by command-line android builds
|
|
||||||
# Couldn't figure out how to force these files into the ./build directory
|
# Ignore intermediate files generated by command-line android builds
|
||||||
/androidgcs/build.xml
|
# Couldn't figure out how to force these files into the ./build directory
|
||||||
/androidgcs/local.properties
|
/androidgcs/build.xml
|
||||||
/androidgcs/proguard-project.txt
|
/androidgcs/local.properties
|
||||||
|
/androidgcs/proguard-project.txt
|
||||||
# Ignore build output from Eclipse android builds
|
|
||||||
/androidgcs/bin/
|
# Ignore build output from Eclipse android builds
|
||||||
/androidgcs/gen/
|
/androidgcs/bin/
|
||||||
|
/androidgcs/gen/
|
||||||
# Ignore Eclipse Projects and Metadata
|
|
||||||
/.cproject
|
# Ignore Eclipse Projects and Metadata
|
||||||
/.project
|
/.cproject
|
||||||
/.metadata
|
/.project
|
||||||
/.settings
|
/.metadata
|
||||||
/.pydevproject
|
/.settings
|
||||||
|
/.pydevproject
|
||||||
# Ignore Eclipse temp folder, git plugin based?
|
|
||||||
RemoteSystemsTempFiles
|
# Ignore Eclipse temp folder, git plugin based?
|
||||||
|
RemoteSystemsTempFiles
|
||||||
# Ignore patch-related files
|
|
||||||
*.rej
|
# Ignore patch-related files
|
||||||
*.orig
|
*.rej
|
||||||
*.diff~
|
*.orig
|
||||||
|
*.diff~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user