28 lines
415 B
Plaintext
28 lines
415 B
Plaintext
|
################### CMake config ###################
|
||
|
|
||
|
build
|
||
|
|
||
|
################ Executable program ################
|
||
|
|
||
|
bin/
|
||
|
dist/
|
||
|
|
||
|
################### VSCode config ##################
|
||
|
|
||
|
.vscode
|
||
|
.VSCodeCounter
|
||
|
|
||
|
####################### Tools ######################
|
||
|
|
||
|
tools/*
|
||
|
|
||
|
#################### Test config ###################
|
||
|
|
||
|
test.*
|
||
|
disabled.*
|
||
|
*.disabled
|
||
|
|
||
|
###################### Misc #######################
|
||
|
|
||
|
!.gitkeep
|