LP-191 Receiver activity : Increase min range value and allow all Sbus
[librepilot.git] / .gitignore
blob19adcd06319c7c8ef4b021266f96723dfafa0725
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
40 # Misc artifacts\r
41 *.exe\r
42 /ground/gcs/share/translations/extract-mimetypes.xq\r
43 /ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h\r
44 /ground/gcs/src/libs/qextserialport/.hg\r
45 /ground/gcs/src/libs/qextserialport/.hgtags\r
46 /ground/gcs/src/libs/qwt/qwt.prf\r
47 /ground/gcs/src/libs/qwt/designer\r
48 /ground/gcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h\r
50 # Ignore intermediate files generated by command-line android builds\r
51 # Couldn't figure out how to force these files into the ./build directory\r
52 /androidgcs/build.xml\r
53 /androidgcs/local.properties\r
54 /androidgcs/proguard-project.txt\r
56 # Ignore build output from Eclipse android builds\r
57 /androidgcs/bin/\r
58 /androidgcs/gen/\r
60 # Ignore Eclipse Projects and Metadata\r
61 /.cproject\r
62 /.project\r
63 /.metadata\r
64 /.settings\r
65 /.pydevproject\r
66 /workspace
68 # Ignore Eclipse temp folder, git plugin based?\r
69 RemoteSystemsTempFiles\r
71 # Ignore patch-related files\r
72 *.rej\r
73 *.orig\r
74 *.diff~\r
76 # ignore ccache storage\r
77 .ccache