32 lines
486 B
Plaintext
32 lines
486 B
Plaintext
|
################### CMake config ###################
|
||
|
|
||
|
build
|
||
|
|
||
|
################ Executable program ################
|
||
|
|
||
|
bin/
|
||
|
dist/
|
||
|
|
||
|
#################### Library files #################
|
||
|
|
||
|
lib/
|
||
|
|
||
|
################### VSCode config ##################
|
||
|
|
||
|
.vscode
|
||
|
.VSCodeCounter
|
||
|
|
||
|
####################### Tool chains ######################
|
||
|
|
||
|
toolchains/*
|
||
|
|
||
|
#################### Test config ###################
|
||
|
|
||
|
test.*
|
||
|
disabled.*
|
||
|
*.disabled
|
||
|
|
||
|
###################### Misc #######################
|
||
|
|
||
|
!.gitkeep
|