LP-596 Fix AltitudeHold transition
[librepilot.git] / .gitignore
blobad5ae6346f46f8d77c623ff40335611904621432
1 # Ignore artifacts of top-level Makefile\r
2 /downloads\r
3 /tools\r
4 /build\r
5 /3rdparty\r
6 \r
7 # Ignore user config\r
8 /config\r
9 \r
10 # Exclude temporary and system files\r
11 Thumbs.db\r
12 .DS_Store\r
13 GPATH\r
14 GRTAGS\r
15 GSYMS\r
16 GTAGS\r
17 core\r
18 !core/\r
19 *~\r
21 # flight\r
22 /flight/*.pnproj\r
23 /flight/*.pnps\r
24 /flight/.cproject\r
25 /flight/.metadata\r
26 /flight/.project\r
27 /flight/.settings\r
28 /flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3\r
29 /flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser\r
31 # ground\r
32 gcs-build-desktop\r
33 ground/gcs/.cproject\r
34 ground/gcs/.project\r
35 ground/gcs/.settings\r
37 # Ignore .pro.user files\r
38 *.pro.user\r
40 # Misc artifacts\r
41 *.exe\r
42 *.log\r
43 *.opl\r
44 *.autosave\r
45 /ground/gcs/share/translations/extract-mimetypes.xq\r
46 /ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h\r
47 /ground/gcs/src/libs/qextserialport/.hg\r
48 /ground/gcs/src/libs/qextserialport/.hgtags\r
49 /ground/gcs/src/libs/qwt/qwt.prf\r
50 /ground/gcs/src/libs/qwt/designer\r
51 /ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h\r
53 # Ignore intermediate files generated by command-line android builds\r
54 # Couldn't figure out how to force these files into the ./build directory\r
55 /androidgcs/build.xml\r
56 /androidgcs/local.properties\r
57 /androidgcs/proguard-project.txt\r
59 # Ignore build output from Eclipse android builds\r
60 /androidgcs/bin/\r
61 /androidgcs/gen/\r
63 # Ignore Eclipse Projects and Metadata\r
64 .cproject\r
65 .project\r
66 /.metadata\r
67 /.settings\r
68 /.pydevproject\r
70 # python artifacts
71 /**/*.py*
73 /workspace
75 #pycharm project files
76 /python/.idea
78 # Ignore Eclipse temp folder, git plugin based?
79 RemoteSystemsTempFiles
81 # Ignore patch-related files
82 *.rej
83 *.orig
84 *.diff~
86 # ignore ccache storage
87 .ccache