mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 02:06:37 +01:00
Now, bare containers get their files from conts/bare_src instead of conts/test. test directory will be used for the next generation test programs. Also bare_src is tracked by git now with a minor mod to .gitignore.
17 lines
168 B
Plaintext
17 lines
168 B
Plaintext
build
|
|
*~
|
|
.sconsign.dblite
|
|
.scons*
|
|
*.pyc
|
|
config.log
|
|
*.[ao]
|
|
cscope*out
|
|
loader/images.S
|
|
loader/ksyms.S
|
|
tags
|
|
conts/bare[0-9]
|
|
conts/linux
|
|
src/generic/cinfo.c
|
|
.gdbinit
|
|
*.swp
|