diff options
| -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 |
![]() |
index : raylib | |
| A simple and easy-to-use library to enjoy videogames programming | realtradam |
| summaryrefslogtreecommitdiffhomepage |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,6 +1,11 @@ # Ignore generated files # ... +# Ignore all without extensions +* +!*.* +!*/ + # Ignore VIM's backup generated files *.swp *.swo |