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 authored Mar 16, 2024
1 parent 6fd7059 commit efb1743
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ config.status
libtool
dist

# 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
/MSVisualStudio/**/*.out

0 comments on commit efb1743

Please sign in to comment.