From 717aabf190bf422fe4f7c9ca35c2403d26e8d7d0 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 22 Jul 2018 12:00:31 +0100 Subject: [PATCH] Mask off more symbols files and IDEs. --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0150048b..a02b967ad 100644 --- a/.gitignore +++ b/.gitignore @@ -9,14 +9,16 @@ doc/source/volatility.* # Pycharm/PyDev development files workspace.xml .idea +.vscode # Manually generated files .mypy_cache stubs -volatility/symbols/windows/*.pdb +volatility/symbols/linux* +volatility/symbols/windows* # Mac metadata files .DS_Store # Volatility's config -config*.json \ No newline at end of file +config*.json