From 70fcee106f3ee714f6c0b94a21ba5497d06fd327 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sun, 17 Jul 2016 15:05:40 +0300
Subject: initial commit

---
 pdbs/.gitignore    | 1 +
 pdbs/README        | 1 +
 symbols/.gitignore | 2 ++
 symbols/README     | 1 +
 vscache/.gitignore | 3 +++
 vscache/README     | 1 +
 6 files changed, 9 insertions(+)
 create mode 100644 pdbs/.gitignore
 create mode 100644 pdbs/README
 create mode 100644 symbols/.gitignore
 create mode 100644 symbols/README
 create mode 100644 vscache/.gitignore
 create mode 100644 vscache/README

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
-- 
cgit v1.2.3