forked from d-ronin/dRonin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
76 lines (59 loc) · 1.63 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Exclude temporary and system files
.DS_Store
*.swp
# /flight/
/flight/*.pnproj
/flight/*.pnps
/flight/.cproject
/flight/.metadata
/flight/.project
/flight/.settings
/flight/Build
# /flight/Project/OpenPilotOSX/
/flight/Project/OpenPilotOSX/build/
# /ground/
/ground/Build
/ground/gcs/share/taulabs/translations/extract-mimetypes.xq
/ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h
/ground/gcs/src/libs/qwt/qwt.prf
/ground/gcs/src/libs/qwt/designer
/ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h
# Ignore artifacts of top-level Makefile
/downloads
/tools
/build
#flight/Project/Xcode.OSX
flight/Project/Xcode.OSX/build
flight/Project/Xcode.OSX/firmware.xcodeproj/*.mode1v3
flight/Project/Xcode.OSX/firmware.xcodeproj/*.pbxuser
# Ignore some of the .pro.user files
ground/gcs/gcs.pro.user
ground/uavobjgenerator/uavobjgenerator.pro.user
ground/uavobjects/uavobjects.pro.user
ground/ground.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
androidgcs/google-play-services_lib/.project
androidgcs/google-play-services_lib/bin/
androidgcs/google-play-services_lib/build.xml
androidgcs/google-play-services_lib/gen/
androidgcs/google-play-services_lib/local.properties
androidgcs/google-play-services_lib/proguard-project.txt
# Ignore build output from Eclipse android builds
androidgcs/bin/
androidgcs/gen/
/.cproject
/.project
/.metadata
#local doxygen pages
/html