aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5533238..df228b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+## ignore all files wo extension
+*
+!/**/
+!*.*
+
# TODO: all generated stuff should go inside `build/`
nimcache
@@ -8,6 +13,5 @@ nimcache
*.swp
# Note: use absolute paths to refer to a path assumed to be at a fixed dir level
-/toast
inc