Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / .gitignore @ fd8495c7

History | View | Annotate | Download (813 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
libscout/src/BehaviorList.cpp
16
scoutsim/behaviorList.txt
17

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

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

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

    
41
*.swp
42
*~