forked from saber/ORB_SLAM2_Notes
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
40 lines (35 loc) · 1016 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
# 忽略 TODO 文件
TODO.md
others/
# 忽略编译目录
ORB_SLAM2/_builds
ORB_SLAM2/_build
ORB_SLAM2/build
ORB_SLAM2/cmake-build-debug/
# orb-slam2 自带的
ORB_SLAM2/CMakeLists.txt.user
ORB_SLAM2/Examples/Monocular/mono_euroc
ORB_SLAM2/Examples/Monocular/mono_kitti
ORB_SLAM2/Examples/Monocular/mono_tum
ORB_SLAM2/Examples/RGB-D/rgbd_tum
ORB_SLAM2/Examples/ROS/ORB_SLAM2/CMakeLists.txt.user
ORB_SLAM2/Examples/ROS/ORB_SLAM2/Mono
ORB_SLAM2/Examples/ROS/ORB_SLAM2/MonoAR
ORB_SLAM2/Examples/ROS/ORB_SLAM2/RGBD
ORB_SLAM2/Examples/ROS/ORB_SLAM2/Stereo
ORB_SLAM2/Examples/ROS/ORB_SLAM2/build/
ORB_SLAM2/Examples/Stereo/stereo_euroc
ORB_SLAM2/Examples/Stereo/stereo_kitti
ORB_SLAM2/KeyFrameTrajectory.txt
ORB_SLAM2/Thirdparty/DBoW2/build/
ORB_SLAM2/Thirdparty/DBoW2/lib/
ORB_SLAM2/Thirdparty/g2o/build/
ORB_SLAM2/Thirdparty/g2o/config.h
ORB_SLAM2/Thirdparty/g2o/lib/
ORB_SLAM2/Vocabulary/ORBvoc.txt
ORB_SLAM2/build/
ORB_SLAM2/*~
ORB_SLAM2/lib/
#忽略由于 atom 产生的 .gch文件
include/**/*.gch
src/**/*.gch