CppCustom.gitignore template

This commit is contained in:
Jonathan Mirabal 2025-01-13 11:28:35 -05:00
parent ceea7cab23
commit 963aece5e6

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