git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Code-base clean-up and refactoring (#47)
[lunaix-os.git]
/
lunaix-os
/
.gitignore
1
/*
2
3
!arch
4
!hal
5
!kernel
6
!libs
7
!makeinc
8
!includes
9
!scripts
10
!usr
11
!link
12
13
!.gitignore
14
!*.md
15
!.pre-commit-config.yaml
16
!LBuild
17
!LConfig
18
!makefile
19
!live_debug.sh
20
!kernel.mk
21
22
*.[od]
23
*.ld
24
*.log
25
26
scripts/*.tool
27
28
__pycache__
29
30
.config.json
31
.builder
32
33
.vscode