[PATCH v3 20/20] msvc: ignore .dll and incremental compile output
From: Jeff Hostetler via GitGitGadget <hidden>
Date: 2019-06-25 14:49:50
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jeff Hostetler via GitGitGadget <hidden>
Date: 2019-06-25 14:49:50
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Jeff Hostetler <redacted> Ignore .dll files copied into the top-level directory. Ignore MSVC incremental compiler output files. Signed-off-by: Jeff Hostetler <redacted> Signed-off-by: Johannes Schindelin <redacted> --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 2374f77a1a..ba0e52c4d1 100644
--- a/.gitignore
+++ b/.gitignore@@ -226,6 +226,11 @@ *.user *.idb *.pdb +*.ilk +*.iobj +*.ipdb +*.dll +.vs/ /Debug/ /Release/ *.dSYM
--
gitgitgadget