-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (46 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
+++++++++### Main git ignore files
### Beware, there are som gitignore files in subdirectories, for local and specific files
# Generated executables
*.elf
*.hex
# Generated CMake associated files
build/
CMakeCache*
CMakeFiles*
cmake_install*
cmake-build-minsizerel/
# Generated make associated files
Makefile*
# Generated scons / arduino files
.sconsign.dblite
*find_port
# Generated python files
__pycache__/
*calculate_xy
# Generated npm / node files
node_modules/
npm-debug.log
# IDE specific files
*.sublime*
.idea
.vscode/
cmake-build-debug/
.kdev4/
*.kdev4
# UTCoupe folders
bin/
# UTCoupe files
tmp.bmp
config.js
# Some other files
*get_distance
*get_distance_intensity
*get_multiecho
*get_multiecho_intensity
*sensor_parameter
*sync_time_stamp
*liburg_c.a
*.swp
.directory
# SymLink to default ROS CMakeLists.txt
ros_ws/src/CMakeLists.txt