add files to gitignore (#2422)

* add html5_push_registrations.conf to gitignore

* add additional files
This commit is contained in:
Niklas 2017-04-13 13:46:19 +02:00 committed by Fabian Affolter
parent e9b074fa59
commit e963a1853e

View File

@ -77,6 +77,9 @@ harmony_media_room.conf
pyozw.sqlite
.*
!/.gitignore
html5_push_registrations.conf
ip_bans.yaml
/icloud/*
```
More information on the layout of the file can be found in the [.gitignore manual](https://git-scm.com/docs/gitignore).