-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
74 lines (67 loc) · 858 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
*~
.*.swp
.*.swo
.cproject
.project
.pydevproject
cmake_install.cmake
.coverage
coverage.xml
htmlcov/
build/
bin/
lib/
msg_gen/
srv_gen/
devel/
doc/*
!doc/doxygen_tag_template.yaml
!doc/generate_documentation.sh
!doc/index_template.html
!doc/package_template.tag
*.slo
*.lo
*.o
*.so
*.dylib
*.lai
*.la
*.kate-swp
*.a
*.pyc
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
CMakeLists.txt.user
CMakeLists.txt.user.*
*.autosave
*.orig
*-build/
KITcar_external/src/executive_smach
Tests/polyfit_comparison/polyfit_comparison
.catkin_workspace
.clang_complete
compile_commands.json
# pycharm
.idea/
# ctags
tags
msg-tags
# catkin
*/.catkin_tools/
*/logs/
# Qt ROS workspace
*.workspace
*.workspace.user
# Code::Blocks
*.cbp
# Ignore Datasets folder
datasets
#Editors
.vim/
.vscode/
.ccls-cache/
# Hypothesis results
*.hypothesis