diff --git a/.gitignore b/.gitignore index a1ca6c009..9153a03ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,11 @@ # Ignore generated files # ... +# Ignore all without extensions +* +!*.* +!*/ + # Ignore VIM's backup generated files *.swp *.swo