mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unused rules in .gitignore and Makefile
This commit is contained in:
-24
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user