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
AgeCommit message (Collapse)Author
2019-01-22Git: add TAGS & tags to .gitignoregsr b3d
Index files used by emacs, vim and others, for autocompletion and searching; generated by etags, universal-ctags and others. Differential Revision: https://developer.blender.org/D4208
2018-07-31Revert "Gitignore: Ignore diffs in all subdirs"Aaron Carlisle
This is an issue for some file in the extern dir This reverts commit d940a081a9f1f4106a5d2d155682695b0a6b0cb6.
2018-07-31Gitignore: Ignore diffs in all subdirsAaron Carlisle
2017-08-07Build: add scripts to build dependencies for Windows and macOS.Brecht Van Lommel
Note these are intended for platform maintainers, we do not intend to support users making their own builds with these. For that precompiled libraries from lib/ should be used. Implemented by Martijn Berger, Ray Molenkamp and Brecht Van Lommel. Differential Revision: https://developer.blender.org/D2753
2017-07-27Cleanup: Remove gitignore for api imagesAaron Carlisle
2017-07-24Cleanup: remove scons configCampbell Barton
2016-08-21Update .gitignore to some more generated/non-git-stored files.Bastien Montagne
2015-11-23Git ignore BUILD_NOTES.txt from install_deps.sh.Brecht Van Lommel
2014-08-08Revert "ignore conflict files"Campbell Barton
This reverts commit 7d20ad6a1ba46cad209d17d144af1cffbab334fc. turns out this hides conflicts which we may want to see
2014-08-07ignore conflict filesCampbell Barton
2014-07-27ignore in-source doc building dirsCampbell Barton
2014-01-27.gitignore: Adding CMakeLists.txt.user for QtCreator users.Mitchell Stokes
2013-11-22Ignore *.patch and *.diff files which are in the working tree rootSergey Sharybin
2013-11-15add gitignoreCampbell Barton