mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-22 08:31:21 +03:00
misc: Add local development(clangd, etc) ignored files.
This commit is contained in:
parent
c8e24f003d
commit
4d2e71c73a
54
.gitignore
vendored
54
.gitignore
vendored
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user