2023-12-12 14:36:00 +01:00
|
|
|
playground
|
2023-12-12 14:33:04 +01:00
|
|
|
|
|
|
|
# ignore compiled files
|
2023-12-12 14:36:00 +01:00
|
|
|
**/a.out
|
2023-12-12 14:37:05 +01:00
|
|
|
|
|
|
|
# ignore VSCode, cause screw it
|
|
|
|
.vscode
|
2024-08-18 23:19:49 +02:00
|
|
|
|
|
|
|
# ignore compiled C++ files with given names
|
|
|
|
cpp/*
|
|
|
|
!cpp/*.cpp
|
|
|
|
|
|
|
|
# ignore cache directory
|
|
|
|
.cache/
|