diff --git a/.gitignore b/.gitignore index 02f1a4e..f8c35d5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,10 @@ # Intellij .idea/ *.iml -*.iws \ No newline at end of file +*.iws + +# C/C++ +*.o +*.a +*.so +*.dll