LP-66 Add some channel checking - Fix second rudder for FixedWing
[librepilot.git] / .gitignore
blobc577e153d43c2c51854ba6c10db43bca2e911f58
1 # Ignore artifacts of top-level Makefile\r
2 /downloads\r
3 /tools\r
4 /build\r
5 /3rdparty\r
7 # Ignore user config
8 config
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
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 openpilotgcs-build-desktop\r
33 ground/openpilotgcs/.cproject\r
34 ground/openpilotgcs/.project\r
35 ground/openpilotgcs/.settings\r
37 # Ignore some of the .pro.user files\r
38 *.pro.user\r
39 /ground/openpilotgcs/openpilotgcs.pro.user\r
40 /ground/uavobjgenerator/uavobjgenerator.pro.user\r
41 /ground/uavobjects/uavobjects.pro.user\r
42 /ground/ground.pro.user\r
43 /ground/openpilotgcs/src/libs/sdlgamepad.pro.user\r
45 # Misc artifacts\r
46 /ground/openpilotgcs/share/openpilotgcs/sounds/normalize.exe\r
47 /ground/openpilotgcs/share/openpilotgcs/sounds/default/normalize.exe\r
48 /ground/openpilotgcs/share/openpilotgcs/translations/extract-mimetypes.xq\r
49 /ground/openpilotgcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h\r
50 /ground/openpilotgcs/src/libs/qextserialport/.hg\r
51 /ground/openpilotgcs/src/libs/qextserialport/.hgtags\r
52 /ground/openpilotgcs/src/libs/qwt/qwt.prf\r
53 /ground/openpilotgcs/src/libs/qwt/designer\r
54 /ground/openpilotgcs/src/plugins/ipconnection/ui_ipconnectionoptionspage.h\r
56 # Ignore intermediate files generated by command-line android builds\r
57 # Couldn't figure out how to force these files into the ./build directory\r
58 /androidgcs/build.xml\r
59 /androidgcs/local.properties\r
60 /androidgcs/proguard-project.txt\r
62 # Ignore build output from Eclipse android builds\r
63 /androidgcs/bin/\r
64 /androidgcs/gen/\r
66 # Ignore Eclipse Projects and Metadata\r
67 /.cproject\r
68 /.project\r
69 /.metadata\r
70 /.settings\r
71 /.pydevproject\r
73 # Ignore Eclipse temp folder, git plugin based?\r
74 RemoteSystemsTempFiles\r
76 # Ignore patch-related files\r
77 *.rej\r
78 *.orig\r
79 *.diff~\r