aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--pdbs/.gitignore1
-rw-r--r--pdbs/README1
-rw-r--r--symbols/.gitignore2
-rw-r--r--symbols/README1
-rw-r--r--vscache/.gitignore3
-rw-r--r--vscache/README1
6 files changed, 9 insertions, 0 deletions
diff --git a/pdbs/.gitignore b/pdbs/.gitignore
new file mode 100644
index 0000000..eadd157
--- /dev/null
+++ b/pdbs/.gitignore
@@ -0,0 +1 @@
+*.pdb
diff --git a/pdbs/README b/pdbs/README
new file mode 100644
index 0000000..43a9584
--- /dev/null
+++ b/pdbs/README
@@ -0,0 +1 @@
+I store my .pdb files in this directory
diff --git a/symbols/.gitignore b/symbols/.gitignore
new file mode 100644
index 0000000..f8eecb8
--- /dev/null
+++ b/symbols/.gitignore
@@ -0,0 +1,2 @@
+*.pdb/
+pingme.txt
diff --git a/symbols/README b/symbols/README
new file mode 100644
index 0000000..25ad431
--- /dev/null
+++ b/symbols/README
@@ -0,0 +1 @@
+Downloaded Windows symbols are stored in this directory
diff --git a/vscache/.gitignore b/vscache/.gitignore
new file mode 100644
index 0000000..514e47a
--- /dev/null
+++ b/vscache/.gitignore
@@ -0,0 +1,3 @@
+*
+!.gitignore
+!README
diff --git a/vscache/README b/vscache/README
new file mode 100644
index 0000000..703fb3d
--- /dev/null
+++ b/vscache/README
@@ -0,0 +1 @@
+This directory is used as the fallback location for Visual Studio cache files