Files
DragonOS/.gitignore
LoGin 317ada6c45 fix: remove *.md and .cursor from .gitignore (#1955)
These rules were accidentally introduced in commit f733b8b5 (PR #1832).
Ignoring all *.md files prevents tracking README, documentation, and
other essential markdown files in the repository.

Signed-off-by: longjin <longjin@dragonos.org>
2026-06-05 00:55:09 +08:00

32 lines
323 B
Plaintext

/cmake-build-debug/
/bin/
!.gitkeep
DragonOS.iso
.idea/
/tmp/
kernel/kernel
.DS_Store
result/
*.o
*.a
*.s
out
serial_opt.txt
docs/_build
draft
cppcheck.xml
/target/
.cache
compile_commands.json
/logs/
*.log
.nix-gc-root
dadk-manifest.generated.toml
config/rootfs.generated.toml
# initram
*.cpio
*.cpio.xz
*.cpio*
.direnv/