From df1ee41c55a733c3a2e4241a4c154f49baf9c22e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel <brechtvanlommel@gmail.com> Date: Wed, 20 Nov 2013 08:30:58 +0100 Subject: [PATCH] Add .gitignore file. --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..d4e04b64d --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# generic files to ignore +.* + +# python temp paths +__pycache__/ +*.py[cod] + +# editors +*~ +*.swp +*.swo +*# + +# ms-windows +Thumbs.db +ehthumbs.db +Desktop.ini + +# commonly used paths in blender +/blender.bin +/user-config.py + -- GitLab