-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
28 lines (28 loc) · 734 Bytes
/
.gitignore
File metadata and controls
28 lines (28 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
RenderDoc Settings.cap
.idea/
cmake-build-debug/
cmake-build-release/
cmake-build-release-with-profiling/
cmake-build-debug-remote-host/
cmake-build-release-remote-host/
cmake-build-debug-remote-host-coverage/
cmake-build-gcc-remote-debug/
cmake-build-gcc-remote-release/
cmake-build-msvc-debug/
cmake-build-msvc-release/
cmake-build-msvc-release-with-profiling/
cmake-build-clang-debug/
cmake-build-clang-release/
/tests/saveAndReadFiles_test.json
/tests/university.json
/cmake-build-msvc-debug-with-profiling/
/cmake-build-gcc-remote-release-with-profiling/
/cmake-build-gcc-remote-debug-with-profiling/
/cmake-build-clang-remote-debug/
/src/Pong/imgui.ini
/src/FlappyBird/imgui.ini
/build/
/.vscode/
/.vs/
/CMakeSettings.json
/out/