Project

General

Profile

Revision 4849a34a

ID4849a34a2635a2c99cca7a2fa09369da6e2384b6
Parent 0e143737
Child a141a2b9, 98ed4757

Added by Yuyang Guo over 10 years ago

add gitignore file

View differences:

scout/.gitignore
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

Also available in: Unified diff