Skip to content

Commit

Permalink
Update .gitignore for VS files
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens committed Mar 16, 2024
1 parent 460b7cd commit 95e855b
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Ignore files created during unit tests
/MSVisualStudio/*/*.mps
/MSVisualStudio/*/*.lp
/MSVisualStudio/*/*.out
# Ignore VS files
*.suo
*.db
*.bak
*.user
**/.vs/
**/MSVisualStudio/**/Release/
**/MSVisualStudio/**/ReleaseParallel/
**/MSVisualStudio/**/Debug/

# Ignore files created during unit tests
**/MSVisualStudio/**/*.mps
**/MSVisualStudio/**/*.lp
**/MSVisualStudio/**/*.out

0 comments on commit 95e855b

Please sign in to comment.