Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / .gitignore @ 4849a34a

History | View | Annotate | Download (780 Bytes)

1
########################################
2
##### Colony Scout gitignore files #####
3
##### Author: Yuyang Guo ###############
4
########################################
5

    
6
##### ros generated files #####
7
*/bin
8
*/build
9
*/msg_gen
10
*/srv_gen
11
*/docs
12

    
13
##### custom auto generated files #####
14
libscout/src/BehaviorList.h
15
scoutsim/behaviorList.txt
16

    
17
#### ros include files ####
18
messages/src
19
buttons/src/buttons
20
encoders/src/encoders
21
linesensor/src/linesensor
22
libscout/src/libscout
23
power/src/power
24
scoutsim/src/scoutsim
25
motors/src/motors
26
cliffsensor/src/cliffsensor
27

    
28
#### Not sure where they are coming but apparently we don't need them ####
29
analog
30
headlights
31
sonar
32
usb_serial
33

    
34
##### Cmake generated files ######
35
*/CMakeFiles
36
*/CMakeCache.txt
37
libscout/Makefile
38
libscout/cmake_install.cmake
39

    
40
*.swp