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

4
.gitignore vendored
View File

@ -32,4 +32,6 @@
*.out *.out
*.app *.app
.vscode/ .vscode/
bin/
build/

View File

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