misc: Add local development(clangd, etc) ignored files.

This commit is contained in:
biopuppet 2024-07-07 10:08:16 +08:00 committed by mintsuki
parent c8e24f003d
commit 4d2e71c73a

54
.gitignore vendored
View File

@ -1,3 +1,28 @@
# We don't want to ignore the following files
!/common/font.bin
!.clang-format
!.editorconfig
!.envrc
!.gitattributes
!.gitignore
!.typos.toml
# Generated files
*.o
*.d
*.a
*.exe
*.EFI
*.bin
*.bin.gz
*.tar*
*.elf
*.hdd
*.iso
*.sys
*~
/bin
/build
/toolchain-files
@ -13,29 +38,14 @@
/tinf
/stb
/ovmf*
*.o
*.d
*.a
*.exe
*.EFI
*.bin
*.bin.gz
*.tar*
*.elf
*.hdd
*.iso
*.sys
/bochsout.txt
/bx_enh_dbg.ini
/.vscode
/test_image
!/common/font.bin
/configure
/configure.ac.save
/timestamps
/build-aux
/aclocal.m4
/*~
/config.status
/config.log
/autom4te.cache
@ -50,6 +60,20 @@
/decompressor-build
/stage1.stamp
# For local development
/.vscode
/.gdb_history
/tags
/TAGS
# Clang's compilation database file
compile_commands.json
# clangd caches
/.clangd
/.cache/clangd
# Nix
/.direnv
/result*