From b6e8c5a5a5613ea6654f1e2ad78508d6e540a81f Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Dec 20 2019 17:46:17 +0000 Subject: c: gitignore --- diff --git a/c/.gitignore b/c/.gitignore index fa92975..4e30b08 100644 --- a/c/.gitignore +++ b/c/.gitignore @@ -1 +1,5 @@ -*.out \ No newline at end of file +* +!/**/ +!*.* +*.out +*.o