diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ # Ignore generated files # ... +# Ignore all without extensions +* +!*.* +!*/ + # Ignore VIM's backup generated files *.swp *.swo |
