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
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-22 21:28:35 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-22 21:28:35 +0400
commit5a4f7f46a569f7251b51a8b2199603af75782c83 (patch)
treeaefa529656523438166ae30116628c181c782f37 /.gitignore
parent70218ad14d156d47d729cd05e6ad993b4e7048a0 (diff)
Ignore *.patch and *.diff files which are in the working tree root
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d4e04b64dca..e0228f27ced 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,6 @@ Desktop.ini
/blender.bin
/user-config.py
+# local patches
+/*.patch
+/*.diff