Files
mcaselector-lite/.gitignore
2025-12-18 15:19:01 +01:00

27 lines
498 B
Plaintext

# This file is part of MCA-Selector-lite,
# and is licensed under GPL-2.0-only.
# Copyright (C)2025 quinnthepigeon@proton.me Quinn
# For further information, view COPYING and CONTRIBUTORS
# at: www.github.com/thepigeongenerator/mcaselector-lite
# ignore all dotfiles by default
.*
# unhide dotfiles we want to keep
!.gitignore
!.gitmodules
!.editorconfig
!.clang-format
!/.github/
# hide output files
*.o
*.d
*.out
*.lock
/bin/
/obj/
/lib/obj/
compile_commands.json
compile_commands.events.json