set up the right .gitignore files

This commit is contained in:
Eric J. Bowersox 2013-04-11 02:18:29 -06:00
parent 5b93e58fb3
commit fe0cb5464e
4 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.o
*~

1
idl/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.h

6
kernel/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
*.s
comrogue-kernel.elf
comrogue-kernel.lds.parsed
comrogue-kernel.list
comrogue-kernel.syms*
kernel.img

4
tools/pidl/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
blib
pm_to_blib
MYMETA.yml
Makefile