mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
update gitignore to be more accurate with the current workings of things
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# unhide dotfiles we want to keep
|
# unhide dotfiles we want to keep
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.gitmodules
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
!.clang-format
|
!.clang-format
|
||||||
!/.github/
|
!/.github/
|
||||||
@@ -14,10 +15,8 @@
|
|||||||
*.o
|
*.o
|
||||||
*.d
|
*.d
|
||||||
*.out
|
*.out
|
||||||
|
*.lock
|
||||||
/bin/
|
/bin/
|
||||||
/obj/
|
/obj/
|
||||||
/test/bin/
|
|
||||||
/test/obj/
|
|
||||||
*.lock
|
|
||||||
/vcpkg_installed/
|
/vcpkg_installed/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
|||||||
Reference in New Issue
Block a user