mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
# ignore all dotfiles by default
|
|
.*
|
|
|
|
# rubbish we don't want to track
|
|
~*
|
|
*~
|
|
*.bak
|
|
|
|
# ignore output files
|
|
*.o
|
|
*.d
|
|
*.log
|
|
/bin/
|
|
/obj/
|
|
/compile_commands.json
|
|
|
|
# unignore dotfiles that we'd like to keep
|
|
!/.github/
|
|
!/.vscode/
|