Merged in corvusvcorax/librepilot/LP-490_insgps13state_mag_fixes (pull request #398)
[librepilot.git] / .gitignore
blob51bd0bdcfb8253645cba8a6aae8e7dc2c03b2cbe
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 *~\r
20 # flight\r
21 /flight/*.pnproj\r
22 /flight/*.pnps\r
23 /flight/.cproject\r
24 /flight/.metadata\r
25 /flight/.project\r
26 /flight/.settings\r
27 /flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.mode1v3\r
28 /flight/Project/OpenPilotOSX/OpenPilotOSX.xcodeproj/*.pbxuser\r
30 # ground\r
31 gcs-build-desktop\r
32 ground/gcs/.cproject\r
33 ground/gcs/.project\r
34 ground/gcs/.settings\r
36 # Ignore .pro.user files\r
37 *.pro.user\r
39 # Misc artifacts\r
40 *.exe\r
41 *.log\r
42 *.opl\r
43 *.autosave\r
44 /ground/gcs/share/translations/extract-mimetypes.xq\r
45 /ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h\r
46 /ground/gcs/src/libs/qextserialport/.hg\r
47 /ground/gcs/src/libs/qextserialport/.hgtags\r
48 /ground/gcs/src/libs/qwt/qwt.prf\r
49 /ground/gcs/src/libs/qwt/designer\r
50 /ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h\r
52 # Ignore intermediate files generated by command-line android builds\r
53 # Couldn't figure out how to force these files into the ./build directory\r
54 /androidgcs/build.xml\r
55 /androidgcs/local.properties\r
56 /androidgcs/proguard-project.txt\r
58 # Ignore build output from Eclipse android builds\r
59 /androidgcs/bin/\r
60 /androidgcs/gen/\r
62 # Ignore Eclipse Projects and Metadata\r
63 .cproject\r
64 .project\r
65 /.metadata\r
66 /.settings\r
67 /.pydevproject\r
68 /workspace
70 # Ignore Eclipse temp folder, git plugin based?\r
71 RemoteSystemsTempFiles\r
73 # Ignore patch-related files\r
74 *.rej\r
75 *.orig\r
76 *.diff~\r
78 # ignore ccache storage\r
79 .ccache