From fbb3bac5a2d03ac9a6a98c881909b2f2d8daf800 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 28 Jul 2016 12:54:53 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/.gitignore b/.gitignore index e198328787..8f3af151c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,47 @@ +# makepanda directories /built*/ /thirdparty/ /targetroot/ /dstroot/ + +# Core dumps core core.* vgcore.* + +# Editor files/directories *.save *.save.1 +*.sublime-workspace +.vscode/ + +# Temporary build files +/_vfsimporter.* +*.pdb +*.obj +*.o +*.gch +*.pch + +# Produced installer/executables +/*.exe +/*.deb +/*.rpm +/*.app +/*.pkg +/*.dmg +/*.whl + +# CMake +/build/ +CMakeCache.txt +CMakeFiles/ +CMakeScripts/ +Makefile +cmake_install.cmake +install_manifest.txt +CTestTestfile.cmake + +# Windows +Thumbs.db +ehthumbs.db