mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2026-09-08 23:57:59 +08:00
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>
32 lines
323 B
Plaintext
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/
|