mirror of
https://github.com/github/gitignore.git
synced 2026-09-06 23:22:42 +02:00
Merge 963aece5e6 into 86d1826a9f
This commit is contained in:
commit
003f9aedba
18
CppCustom.gitignore
Normal file
18
CppCustom.gitignore
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user