Add usual documentation .gitignore content.
Ignore .DS_Store and common editor files Change-Id: Ic336b4978e7bd3bdf80cc5eea6db4729dab1abd7
This commit is contained in:
parent
7844030f5d
commit
2cb35413fa
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,5 +1,12 @@
|
||||
.DS_Store
|
||||
|
||||
# Testenvironment
|
||||
.tox/
|
||||
|
||||
# Generated files
|
||||
target/
|
||||
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
.bak
|
||||
|
Loading…
x
Reference in New Issue
Block a user