mirror of
https://github.com/github/gitignore.git
synced 2025-02-19 12:44:53 +08:00
CppCustom.gitignore template
This commit is contained in:
parent
ceea7cab23
commit
963aece5e6
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