extern_interface/.gitignore

28 lines
415 B
Plaintext
Raw Normal View History

2024-11-28 08:31:00 +00:00
################### CMake config ###################
build
################ Executable program ################
bin/
dist/
################### VSCode config ##################
.vscode
.VSCodeCounter
####################### Tools ######################
tools/*
#################### Test config ###################
test.*
disabled.*
*.disabled
###################### Misc #######################
!.gitkeep