Remove unused rules in .gitignore and Makefile

This commit is contained in:
Yuichiro MASUI
2013-01-06 15:54:10 +09:00
parent 7b37bb5992
commit 78651a64c3
5 changed files with 0 additions and 41 deletions
-24
View File
@@ -1,17 +1,10 @@
# /
*.bak
*.dylib
*.inc
*.o
*.a
*.orig
*.rej
*.sav
*.swp
*.d
*.tmp
*.ctmp
*.rbtmp
*~
.DS_Store
.ccmalloc
@@ -21,20 +14,3 @@ cscope.out
/src/y.tab.c
/bin
/build
/mrblib/mrblib.c
/mrblib/*.*tmp
/mrblib/mrblib.mrb
/test/mrbtest
/test/mrbtest.c
/test/*.*tmp
/test/mrubytest.*
tools/mrbc/mrbc.mrb
CMakeFiles
CMakeCache.txt
/mrbgems/generator
/mrbgems/gem_init.c
/mrbgems/g/Makefile
/mrbgems/g/MakefileGemList
/mrbgems/g/mrbgemtest.ctmp
/mrbgems/g/mrbgemtest.rbtmp
/mrbgems/g/*/gem_srclib.c
-3
View File
@@ -16,6 +16,3 @@ test :
clean :
$(RAKE) clean
.PHONY : showconfig
showconfig :
$(RAKE) showconfig
@@ -1,5 +0,0 @@
# mrbgems
*.d
gem_init.c
gem_test.c
@@ -1,5 +0,0 @@
# mrbgems
*.d
gem_init.c
gem_test.c
@@ -1,4 +0,0 @@
# mrbgems
*.d
gem_init.c
gem_test.c