From 345c5092397a98845fb384a5ecd172d3d0ccdd74 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Nov 2013 18:51:31 +1100 Subject: [PATCH] add gitignore --- .gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..d4e04b64dca --- /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 +