summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a1ca6c00..9153a03e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,11 @@
# Ignore generated files
# ...
+# Ignore all without extensions
+*
+!*.*
+!*/
+
# Ignore VIM's backup generated files
*.swp
*.swo