gitignore updates
This commit is contained in:
parent
4099a49c62
commit
202ab62a95
2 changed files with 16 additions and 0 deletions
8
tvheadend/config/.gitignore
vendored
Normal file
8
tvheadend/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
8
tvheadend/recordings/.gitignore
vendored
Normal file
8
tvheadend/recordings/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
Loading…
Add table
Reference in a new issue