19 lines
160 B
Plaintext
19 lines
160 B
Plaintext
# ignore executables
|
|
*
|
|
!*.*
|
|
!*/
|
|
!Makefile
|
|
|
|
**/*.exe
|
|
|
|
.vs/
|
|
.vscode/
|
|
.idea/
|
|
.cache/
|
|
.build/
|
|
build/
|
|
out/
|
|
|
|
# this is created when using Conan
|
|
CMakeUserPresets.json
|