diff --git a/.gitignore b/.gitignore index ad8dc8b..97c23ac 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,5 @@ /*.sdf /*.suo /ipch -/output *.user temp diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000..720eceb --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,4 @@ +/Win32.Debug +/Win32.Release +/x64.Debug +/x64.Release