Browse Source

Update .gitignore

rdb 9 years ago
parent
commit
fbb3bac5a2
1 changed files with 38 additions and 0 deletions
  1. 38 0
      .gitignore

+ 38 - 0
.gitignore

@@ -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