diff --git a/.gitignore b/.gitignore index f036ffc..a94949d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,13 @@ # ---> C++ # Prerequisites *.d - +cmake-build-*/ +.idea/ +*.o +*.obj +*.exe +*.out +build/ # Compiled Object files *.slo *.lo