forked from RoboJackets/igvc-software
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (34 loc) · 772 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
*.cproject
*.project
/*/bin/**
#CodeBlocks
*.depend
*.layout
*/*/bin/*
*/*/obj/*
*/*/.objs/*
2013/software/IGVC2013_build_log.html
#ArdupilotIgnores
/2013/software/src/sensors/ardupilot/config.mk
/src/hardware/sensors/ardupilot/config.mk
/sandbox/ardupilot/config.mk
*~
*.swp
#Qt Creator
*.pro.user*
#ignores all top-level directories whose name starts with "build". This ignores the default Qt build directory formatting for projects.
/build*
*.user
#Doxygen
/docs/
#rosdoc_lite
/doc/
#JetBrains Clion
*/.idea/
/.idea/
#Camera Calibration
/sandbox/camera_pose_estimation/CMakeFiles
/sandbox/camera_pose_estimation/CMakeCache.txt
/sandbox/camera_pose_estimation/cmake_install.cmake
/sandbox/camera_pose_estimation/Makefile
/sandbox/camera_pose_estimation/solvepnp