Add usual documentation .gitignore content.

Ignore .DS_Store and common editor files

Change-Id: Ic336b4978e7bd3bdf80cc5eea6db4729dab1abd7
This commit is contained in:
Andreas Jaeger 2014-01-18 09:21:43 +01:00
parent 7844030f5d
commit 2cb35413fa

7
.gitignore vendored
View File

@ -1,5 +1,12 @@
.DS_Store
# Testenvironment
.tox/
# Generated files
target/
# Editors
*~
.*.swp
.bak