Thread (80 messages) 80 messages, 5 authors, 2019-06-25
STALE2556d
Revisions (2)
  1. v2 current
  2. v3 [diff vs current]

[PATCH v2 20/20] msvc: ignore .dll and incremental compile output

From: Jeff Hostetler via GitGitGadget <hidden>
Date: 2019-06-19 21:06:17
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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help