From f367234ca5da349a00982e6a7d70fdcd80404141 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 25 Jan 2019 02:46:49 -0800 Subject: properly ignore all files wo extension --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3