git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix dependency check logic cause config always disabled
[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
!tests
13
14
!.gitignore
15
!*.md
16
!.pre-commit-config.yaml
17
!LBuild
18
!LConfig
19
!makefile
20
!live_debug.sh
21
!*.mk
22
23
*.[od]
24
*.ld
25
*.log
26
27
scripts/*.tool
28
29
__pycache__
30
31
.config.json
32
.builder
33
34
.vscode