-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
37 lines (36 loc) · 1.68 KB
/
.gitignore
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
29
30
31
32
33
34
35
36
37
.DS_Store
.vscode/settings.json
build/.cmake/api/v1/query/client-vscode/query.json
build/.cmake/api/v1/reply/cache-v2-4a6225959b4f969c71f6.json
build/.cmake/api/v1/reply/codemodel-v2-326a795ccf9e2ae1784f.json
build/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json
build/.cmake/api/v1/reply/directory-vendor.glfw-Debug-a5cf5a4c8c424137bbe2.json
build/.cmake/api/v1/reply/directory-vendor.glfw.src-Debug-002e1f9cc2ab6e7171d9.json
build/.cmake/api/v1/reply/index-2022-05-08T17-48-35-0802.json
build/.cmake/api/v1/reply/target-GAME_APPLICATION-Debug-29a8e9c9ad49e8d553d4.json
build/.cmake/api/v1/reply/target-glfw-Debug-5829ea3fb29d48ccf989.json
build/.cmake/api/v1/reply/toolchains-v1-a2547a68fde1e24c5efe.json
build/build.ninja
build/cmake_install.cmake
build/CMakeCache.txt
build/CMakeFiles/3.23.0-rc2/CMakeCCompiler.cmake
build/CMakeFiles/3.23.0-rc2/CMakeCXXCompiler.cmake
build/CMakeFiles/3.23.0-rc2/CMakeDetermineCompilerABI_C.bin
build/CMakeFiles/3.23.0-rc2/CMakeDetermineCompilerABI_CXX.bin
build/CMakeFiles/3.23.0-rc2/CMakeSystem.cmake
build/CMakeFiles/3.23.0-rc2/CompilerIdC/a.out
build/CMakeFiles/3.23.0-rc2/CompilerIdC/CMakeCCompilerId.c
build/CMakeFiles/3.23.0-rc2/CompilerIdCXX/a.out
build/CMakeFiles/3.23.0-rc2/CompilerIdCXX/CMakeCXXCompilerId.cpp
build/CMakeFiles/cmake.check_cache
build/CMakeFiles/CMakeOutput.log
build/CMakeFiles/rules.ninja
build/CMakeFiles/TargetDirectories.txt
build/compile_commands.json
build/vendor/glfw/cmake_install.cmake
build/vendor/glfw/src/cmake_install.cmake
build/vendor/glfw/src/glfw3.pc
build/vendor/glfw/src/glfw3Config.cmake
build/vendor/glfw/src/glfw3ConfigVersion.cmake
build/vendor/glfw/src/glfw_config.h
CMPN205 Phase 2+3 - Student Version/source/main.cpp