Update .gitignore

This commit is contained in:
rdb 2016-07-28 12:54:53 +02:00
parent 800d3cd9c9
commit fbb3bac5a2

38
.gitignore vendored
View File

@ -1,9 +1,47 @@
# makepanda directories
/built*/ /built*/
/thirdparty/ /thirdparty/
/targetroot/ /targetroot/
/dstroot/ /dstroot/
# Core dumps
core core
core.* core.*
vgcore.* vgcore.*
# Editor files/directories
*.save *.save
*.save.1 *.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