X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/e0ee3d449aacd33a84cb1f58961e55f9f06acb46..refs/heads/master:/lunaix-os/.gitignore?ds=sidebyside diff --git a/lunaix-os/.gitignore b/lunaix-os/.gitignore index 995bba6..e70eed3 100644 --- a/lunaix-os/.gitignore +++ b/lunaix-os/.gitignore @@ -1 +1,34 @@ -dump +/* + +!arch +!hal +!kernel +!libs +!makeinc +!includes +!scripts +!usr +!link +!tests + +!.gitignore +!*.md +!.pre-commit-config.yaml +!LBuild +!LConfig +!makefile +!live_debug.sh +!*.mk + +*.[od] +*.ld +*.log + +scripts/*.tool + +__pycache__ + +.config.json +.builder + +.vscode \ No newline at end of file