-
Notifications
You must be signed in to change notification settings - Fork 95
/
.gitignore
84 lines (70 loc) · 882 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
75
76
77
78
79
80
81
82
83
84
# Global rules #
################
# Build directories
build
# Compiled source
*.exe
*.o
*.d
*.class
*.so
*.dylib
*.dll
*.lib
*.a
*.cof
*.hex
*.pyc
*.gch
# Packages
*.7z
*.bz2
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.xz
*.zip
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.directory
ehthumbs.db
Thumbs.db
*.swp
# Text editor backup files
*~
# Log files
*.log
*.txt
!requirements.txt
# IDE files
.vscode
.idea
# Local rules #
###############
/.clang-format
#Python virtual environment directory
/venv
# Caching
.cache/
logs/
temp/
# proto cache
.*.cache
# ROS interface
projects/opendr_ws/.catkin_workspace
projects/opendr_ws/devel/
projects/python/control/eagerx/eagerx_ws/
projects/opendr_ws_2/build
projects/opendr_ws_2/install
projects/opendr_ws_2/log
projects/opendr_ws_2/MOT
projects/opendr_ws_2/KITTI
# packages
src/opendr_toolkit*.egg-info/