some changes in .gitignore
This commit is contained in:
parent
7557858b3a
commit
4527603c7c
2 changed files with 1 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -11,6 +11,7 @@
|
|||
*.DS_Store
|
||||
*.swp
|
||||
tags
|
||||
Makefile
|
||||
include/metalsvm/config.h
|
||||
tools/make_initrd
|
||||
newlib/examples/hello
|
||||
|
|
|
@ -59,7 +59,6 @@ newlib:
|
|||
RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET) \
|
||||
STRIP_FOR_TARGET=$(STRIP_FOR_TARGET) \
|
||||
READELF_FOR_TARGET=$(READELF_FOR_TARGET) -C newlib
|
||||
|
||||
tools:
|
||||
$(MAKE) -C tools
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue