Merged in f5soh/librepilot/laurent/LP-48_French_Translations_update_rel-15.09 (pull...
[librepilot.git] / .gitignore
blob303c236df998edd582f0875f8c56300c2f539dc0
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
11 # Exclude temporary and system files\r
12 Thumbs.db\r
13 .DS_Store\r
14 GPATH\r
15 GRTAGS\r
16 GSYMS\r
17 GTAGS\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
41 # Misc artifacts\r
42 *.exe\r
43 /ground/gcs/share/translations/extract-mimetypes.xq\r
44 /ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h\r
45 /ground/gcs/src/libs/qextserialport/.hg\r
46 /ground/gcs/src/libs/qextserialport/.hgtags\r
47 /ground/gcs/src/libs/qwt/qwt.prf\r
48 /ground/gcs/src/libs/qwt/designer\r
49 /ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h\r
51 # Ignore intermediate files generated by command-line android builds\r
52 # Couldn't figure out how to force these files into the ./build directory\r
53 /androidgcs/build.xml\r
54 /androidgcs/local.properties\r
55 /androidgcs/proguard-project.txt\r
57 # Ignore build output from Eclipse android builds\r
58 /androidgcs/bin/\r
59 /androidgcs/gen/\r
61 # Ignore Eclipse Projects and Metadata\r
62 /.cproject\r
63 /.project\r
64 /.metadata\r
65 /.settings\r
66 /.pydevproject\r
67 /workspace
69 # Ignore Eclipse temp folder, git plugin based?\r
70 RemoteSystemsTempFiles\r
72 # Ignore patch-related files\r
73 *.rej\r
74 *.orig\r
75 *.diff~\r
77 # ignore ccache storage\r
78 .ccache