Update WHATSNEW.txt for rel-16.09 RC1
[librepilot.git] / .gitignore
blob514d542388283dc653f2994e55d386c5f7e169ac
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 /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