X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/28c176b668c841a3b7fb093faccf0efa39257603..refs/heads/eme/usr-header-gen:/lunaix-os/.gitignore diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index a8dbb20..e70eed3 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1,26 +1,34 @@ -build/ -playground/ -.vscode/settings.json -.vscode/*.log -.VSCodeCounter/ -.idea -bx_enh_dbg.ini -machine/ -draft/ -iso_inspect/ -unused/ -__pycache__/ +/* -.builder/ -.config.json +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link +!tests -link/lunaix.ld +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!*.mk -.gdb_history +*.[od] +*.ld +*.log -**.o -**.d +scripts/*.tool -*.log +__pycache__ + +.config.json +.builder -.lunaix_ksymtable.S \ No newline at end of file +.vscode \ No newline at end of file