aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2019-01-25 02:46:49 -0800
committergenotrance <dev@genotrance.com>2019-01-25 14:14:32 -0600
commitf367234ca5da349a00982e6a7d70fdcd80404141 (patch)
tree5f25deb5fec4b1f0c2e69a6c35df6f577106af0c
parent0f8678e9b26df2a0ac81a72ddc80305b187890fe (diff)
downloadnimterop-f367234ca5da349a00982e6a7d70fdcd80404141.tar.gz
nimterop-f367234ca5da349a00982e6a7d70fdcd80404141.zip
properly ignore all files wo extension
-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