diff --git a/.gitignore b/.gitignore index ba62388..c108541 100644 --- a/.gitignore +++ b/.gitignore @@ -15,8 +15,12 @@ *.exe *.lib *.o +*.out *.so # Compiled Headers *.gch -*.pch \ No newline at end of file +*.pch + +# Debug Information +vgcore.*