From 6aca21b43fb18e4c8ca0bf1475259047e0260345 Mon Sep 17 00:00:00 2001 From: Thomas Rast Date: Wed, 11 Feb 2009 21:02:12 +0100 Subject: [PATCH] Add attributes and ignore suitable for python --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..95105a3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py diff=python diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc -- 2.11.4.GIT