mirror of
https://github.com/xomboverlord/xomb-bare-bones.git
synced 2026-01-11 18:33:15 +01:00
I have to add a new gitignore.
Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
committed by
The XOmB Overlord
parent
8344866509
commit
54614b27f6
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal 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
5
build/.gitignore
vendored
@@ -1,5 +0,0 @@
|
||||
dsss_objs/*
|
||||
dsss.last
|
||||
xomb.dump
|
||||
xomb.iso
|
||||
iso/boot/xomb
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user