diff --git a/.gitignore b/.gitignore index 4367994..fea9b67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,11 @@ -var/ -.* +# Ignore all files with exe extension +*.exe + +# Ignore all files with o extension +*.o + +# Ignore all files with jar extension +*.jar + +# Ignore the whole libraries directory +libraries/