diff --git a/.gitignore b/.gitignore index d554959..fff098f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.suo *.ncb *.user +compile_commands.json #Directories Release/ @@ -12,6 +13,7 @@ Out/ release/ debug/ out/ +.cache/ #Project generated files *.db @@ -26,4 +28,4 @@ out #Shell files *.bat -*.sh \ No newline at end of file +*.sh