mirror of https://github.com/fmtlib/fmt
Add .vs folder to .gitignore (#4355)
Opening the fmt folder as a CMake project with Visual Studio creates this directory. The contents can be ignored.
This commit is contained in:
parent
94ab51cb8c
commit
251320fcb7
|
@ -3,6 +3,7 @@
|
|||
*.xcodeproj
|
||||
*~
|
||||
.vscode/
|
||||
.vs/
|
||||
/CMakeScripts
|
||||
/Testing
|
||||
/_CPack_Packages
|
||||
|
|
Loading…
Reference in New Issue