Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-09 03:45:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-09 03:45:16 +0300
commit711ba795f7abbae9d8315cda5a7221d6f18e13bc (patch)
treea2e92b8e2333fbc2382bd4a3c853581fa4b0c54b /source
parent32e3aac6bccb99fffa28dd4f26b26aecfea72929 (diff)
ignore __pycache__ dir for scons and cmake installation (py3.2 caches modules here).
Diffstat (limited to 'source')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 2c89c3b6b9f..64f117c2bcd 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -241,6 +241,7 @@ if(WITH_INSTALL)
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/blender/${BLENDER_VERSION}/scripts
PATTERN ".svn" EXCLUDE
PATTERN "*.pyc" EXCLUDE
+ PATTERN "__pycache__" EXCLUDE
)
install(
DIRECTORY ${CMAKE_SOURCE_DIR}/release/datafiles/brushicons/