This commit is contained in:
Jonathan Mirabal 2025-03-22 03:11:45 +00:00 committed by GitHub
commit 003f9aedba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

18
CppCustom.gitignore Normal file
View File

@ -0,0 +1,18 @@
# Ignore build artifacts
*.o
*.obj
*.exe
# Ignore build directories
/build/
/bin/
/Debug/
/Release/
# Ignore IDE-specific files
*.vcxproj*
*.user
# Ignore temporary files
*.tmp
*.swp