-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
70 lines (52 loc) · 1.02 KB
/
.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
# Chrome Extension parts and pieces
*.pem
*.pub
*.eid
*.crx
*-upd.xml
# Generated documentation
docs/
# Other cruft
*.swp
# Eclipse
.project
.settings
.pydevproject
# PyCharm
.idea
# osx
.DS_Store
*.pyc
__pycache__
# local files not tracked by the source control
.local_cache
# local, customized tests configuration file
config.json
# product of running test suite (log files, screenshots)
tests_results/
catkin/
# untracked external repositories
catkin/geographic_info
catkin/src/geographic_msgs
catkin/src/leap_motion
# build artifacts
catkin/src/ros-indigo*.build
catkin/src/ros-indigo*.changes
catkin/src/ros-indigo*.deb
catkin/src/ros-indigo*.debian.tar.gz
catkin/src/ros-indigo*.dsc
catkin/src/ros-indigo*.orig.tar.gz
catkin/src/ros_metapackage/ns-control
catkin/src/*/debian/files
catkin/src/*/debian/ros-indigo*
catkin/src/*/obj-*-linux-gnu
catkin/debs/*
# REAPER meta
*.reapeaks
# don't track websocket ssl stuff
ros.key
ros.crt
# don't track the pylint report file
pylint_report.html
# ci_build artifacts
.build/