I have to add a new gitignore.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-03-23 08:33:39 +08:00
committed by The XOmB Overlord
parent 8344866509
commit 54614b27f6
3 changed files with 7 additions and 17 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
build/dsss_objs/*
build/dsss_imports/*
build/dsss.last
build/xomb.dump
build/xomb.iso
build/iso/boot/xomb
*.swp

5
build/.gitignore vendored
View File

@@ -1,5 +0,0 @@
dsss_objs/*
dsss.last
xomb.dump
xomb.iso
iso/boot/xomb

View File

@@ -1,12 +0,0 @@
/*
* architecture.d
*
* This file will publically import all modules used to define
* the architecture interfaces provided by this architecture.
*
*/
module architecture;
// Example:
// import kernel.arch.x86.main;