diff options
author | cflip <cflip@cflip.net> | 2021-12-22 13:58:44 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2021-12-22 13:58:44 -0700 |
commit | d3fcd2d8dbff9362b47ab94c8b4cc24826077591 (patch) | |
tree | 31ea33b899b6b7dfe36a4afe20b144001b331714 | |
parent | de42d0119300a5e5b8b1ff6a27ccdbe19e81f525 (diff) |
Ignore Visual Studio files
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,2 +1,10 @@ .vscode -fmseq
\ No newline at end of file +fmseq + +# Visual Studio garbage +Debug/ +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +*.pdb
\ No newline at end of file |