diff --git a/.gitignore b/.gitignore index a1338d6..94f88ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ +#Ignore all +* + +# Unignore all with extensions +!*.* + +# Unignore all dirs +!*/ + +### Above combination ignores all files without extension + # Binaries for programs and plugins *.exe *.dll