From 2d6ebcb23909058b846aa232ecb2fee497924cf8 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 20 Nov 2013 08:35: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 0000000..d4e04b6 --- /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 +