set up the right .gitignore files
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
*.o
|
||||||
|
*~
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
*.h
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
*.s
|
||||||
|
comrogue-kernel.elf
|
||||||
|
comrogue-kernel.lds.parsed
|
||||||
|
comrogue-kernel.list
|
||||||
|
comrogue-kernel.syms*
|
||||||
|
kernel.img
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
blib
|
||||||
|
pm_to_blib
|
||||||
|
MYMETA.yml
|
||||||
|
Makefile
|
||||||
Reference in New Issue
Block a user