fixed gitignore

This commit is contained in:
Samuel Walker 2024-09-01 09:38:42 -06:00
parent ac7d9257e3
commit 01a76578fc
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -33,3 +33,5 @@
*.app
.vscode/
bin/
build/

View File

@ -1,6 +1,6 @@
#### PROJECT SETTINGS ####
# The name of the executable to be created
BIN_NAME := raycast
BIN_NAME := raycast.out
# Compiler used
CXX ?= g++
# Extension of source files used in the project