mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-07 23:28:09 +01:00
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.
23 lines
272 B
Plaintext
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
|