Files
mcaselector-lite/.gitignore
Quinn 8a01cd3a47 Update files' copyright headers (final time, promice)
This should be the end of the identity crisis with files' copyright
headers/disclosures.
We shall not be using names in the headers, since this does not make
sense, this is covered by the git logs, and is preferred.

The following commit will tackle the CONTRIBUTORS file, to specify how
it should be generated.
2026-02-05 12:15:48 +01:00

23 lines
272 B
Plaintext

# ignore all dotfiles by default
.*
# unhide dotfiles we want to keep
!.gitignore
!.gitmodules
!.editorconfig
!.clang-format
!.mailmap
!/.github/
# hide output files
*.o
*.d
*.out
*.lock
/bin/
/obj/
/lib/obj/
/res/**.c
compile_commands.json
compile_commands.events.json