-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
49 lines (38 loc) · 992 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
# Ignore everything
*
!.gitignore
!README.md
# BUT not the folders:
!src/
# within those folders, don't ignore contents:
!src/*
# for some unknown reason, this franka_ros catkin package is NOT tracked!! :(
#!src/franka_ros/
#!src/franka_ros/*
# track our new package yo
!src/hafidh_controller/
!src/hafidh_controller/*
!src/hafidh_controller/src
!src/hafidh_controller/src/*
!src/hafidh_controller/config
!src/hafidh_controller/config/*
!src/hafidh_controller/include
!src/hafidh_controller/include/*
!src/hafidh_controller/launch
!src/hafidh_controller/launch/*
!src/hafidh_controller/include/hafidh_controller
!src/hafidh_controller/include/hafidh_controller/*
# track our sleek new cartesian package!!!
!src/cartesian/
!src/cartesian/*
!src/cartesian/src
!src/cartesian/src/*
!src/cartesian/launch
!src/cartesian/launch/*
# within those folders, ignore everything it contains:
#src/*
#!src/CMakeLists.txt
#!src/FirstNode/
#!src/franka_ros/
src/.rosinstall
src/.rosinstall.bak