From 2cb35413fad08f86a3e6f9677e707af63bdb27a4 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 18 Jan 2014 09:21:43 +0100 Subject: [PATCH] Add usual documentation .gitignore content. Ignore .DS_Store and common editor files Change-Id: Ic336b4978e7bd3bdf80cc5eea6db4729dab1abd7 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d3686ec..a06b801 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,12 @@ +.DS_Store + # Testenvironment .tox/ # Generated files target/ + +# Editors +*~ +.*.swp +.bak