mirror of
https://github.com/thepigeongenerator/sdl_template.git
synced 2025-12-17 05:55:47 +01:00
update gitignore to be more broad
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,7 +1,19 @@
|
|||||||
.cache
|
# ignore all dotfiles by default
|
||||||
.vscode/*
|
.*
|
||||||
!.vscode/tasks.json
|
|
||||||
!.vscode/launch.json
|
# rubbish we don't want to track
|
||||||
bin
|
~*
|
||||||
obj
|
*~
|
||||||
compile_commands.json
|
*.bak
|
||||||
|
|
||||||
|
# ignore output files
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.log
|
||||||
|
/bin/
|
||||||
|
/obj/
|
||||||
|
/compile_commands.json
|
||||||
|
|
||||||
|
# unignore dotfiles that we'd like to keep
|
||||||
|
!/.github/
|
||||||
|
!/.vscode/
|
||||||
|
|||||||
Reference in New Issue
Block a user