From 0f7f5237ad300d8e0ea29ee846029e8bfe28d413 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Wed, 24 Nov 2021 17:27:09 -0600 Subject: [PATCH] readding gitignore rules --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b263c40e..ce25b0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +* +!*/ +!*.* + +!Makefile + nimcache/ # Executables shall be put in an ignored build/ directory