Updated .gitignore

This commit is contained in:
khunguraharman 2024-02-10 23:38:41 -08:00
parent 677f83baf5
commit a9aacc9f8e
22 changed files with 6 additions and 4 deletions

4
.gitignore vendored
View File

@ -9,6 +9,10 @@ _ReSharper*
*.dir *.dir
*.vcxproj* *.vcxproj*
*.sln *.sln
*.lib
*.obj
*.tlog
*.log
.vs .vs
CMakeSettings.json CMakeSettings.json
Win32 Win32

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,6 @@
cl : command line warning D9002: ignoring unknown option '-std=c11' cl : command line warning D9002: ignoring unknown option '-std=c11'
lgdi32 cl : command line warning D9002: ignoring unknown option '-lgdi32'
context.c context.c
/lgdi32(1,1): error C1083: Cannot open source file: 'lgdi32': No such file or directory
(compiling source file '/lgdi32')
egl_context.c egl_context.c
init.c init.c
monitor.c monitor.c
@ -18,3 +15,4 @@
win32_window.c win32_window.c
window.c window.c
Generating Code... Generating Code...
GLFW.vcxproj -> C:\Users\Harman\Documents\C++\Pulse\Pulse\vendor\GLFW\bin\Debug-x64\GLFW\GLFW.lib

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.