Преглед изворни кода

.gitignore: Add stuff to the ignore list if one happens to build in the root and not in /build. This is atm kind of mandatory if you want the regression tests to find your binary.

Jonne Nauha пре 11 година
родитељ
комит
b651420d7f
1 измењених фајлова са 31 додато и 0 уклоњено
  1. 31 0
      .gitignore

+ 31 - 0
.gitignore

@@ -1,3 +1,34 @@
 build
 .project
 *.kdev4*
+
+# Visual Studio
+*.sln
+*.ncb
+*.vcproj
+
+# Output
+bin/
+lib/
+contrib/
+
+# Generated
+assimp.pc
+revision.h
+contrib/zlib/zconf.h
+contrib/zlib/zlib.pc
+
+# CMake
+CMakeCache.txt
+CMakeFiles
+cmake_install.cmake
+cmake_uninstall.cmake
+*.dir/
+assimp-config.cmake
+assimp-config-version.cmake
+
+# Tests
+test/results
+
+# Python
+__pycache__