Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2017-01-09 19:40:43 +0000
committerEugene Tarassov2017-01-09 19:40:43 +0000
commita013db975a0897489a853e9dbd00285cf94061fc (patch)
treee4ed808d2abdd54e2a2de1640ca701f8711d3783
parent5236efc0c42b6b4a40e743fb17735bfb309c8ed0 (diff)
downloadorg.eclipse.tcf.agent-a013db975a0897489a853e9dbd00285cf94061fc.tar.gz
org.eclipse.tcf.agent-a013db975a0897489a853e9dbd00285cf94061fc.tar.xz
org.eclipse.tcf.agent-a013db975a0897489a853e9dbd00285cf94061fc.zip
TCF Agent: added unwanted MSVC droppings to gitignore
-rw-r--r--.gitignore9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 232e96aa..5e3c2c1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
/agent/msvc/obj
/agent/msvc/*.user
/agent/msvc/*.opendb
+/agent/msvc/*.VC.db
/agent/msvc/*.sdf
/agent/msvc/.vs
@@ -21,9 +22,13 @@
/server/msvc/obj
/server/msvc/*.user
/server/msvc/*.opendb
+/server/msvc/*.VC.db
/server/msvc/*.sdf
/server/msvc/.vs
+# tests/cmd-line/
+/tests/cmd-line/obj
+
# examples/daytime/
/examples/daytime/obj
@@ -35,8 +40,6 @@
/tests/test-dwarf/msvc/obj
/tests/test-dwarf/msvc/*.user
/tests/test-dwarf/msvc/*.opendb
+/tests/test-dwarf/msvc/*.VC.db
/tests/test-dwarf/msvc/*.sdf
/tests/test-dwarf/msvc/.vs
-
-# tests/cmd-line/
-/tests/cmd-line/obj

Back to the top