From 16a654d5e8d72ed894d21543ebe3b1e71f8caa96 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Oct 2021 22:58:15 +0300 Subject: Add BMI extensions to and ignore compressed .i and .i in .gitignore --- hello0/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hello0/.gitignore b/hello0/.gitignore index d2bf469..b70cc4b 100644 --- a/hello0/.gitignore +++ b/hello0/.gitignore @@ -3,9 +3,14 @@ *.d *.t *.i +*.i.* *.ii +*.ii.* *.o *.obj +*.gcm +*.pcm +*.ifc *.so *.dll *.a -- cgit v1.1