Project

General

Profile

Revision 16242e88

ID16242e88006b2fd52458ef31745bf26dd2c32a27
Parent 6cee3520

Added by Yuyang Guo over 9 years ago

remove Makefiles and fix gitignore to ignore cmake related stuff

View differences:

scout/.gitignore
33 33
usb_serial
34 34

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

  
37
*CMakeFiles
38
*CMakeCache.txt
39
*Makefile
40
*cmake_install.cmake
41 41

  
42 42
*.swp
43 43
*~
44

  
45
#    CMakeCache.txt
46
#    CMakeFiles/
47
#    cmake_install.cmake
48
#    scout_client
49
#    standard_ros_compile
scout/Makefile
1
include $(shell rospack find mk)/cmake_stack.mk
2

  
3
superclean:
4
	./make_clean.sh
scout/buttons/Makefile
1
include $(shell rospack find mk)/cmake.mk

Also available in: Unified diff