Cleaned up gitignores a bit

This commit is contained in:
Krateng 2019-04-18 15:38:26 +02:00
parent 30fcd1130c
commit b1d012c7b0
9 changed files with 18 additions and 15 deletions

21
.gitignore vendored
View File

@ -1,9 +1,18 @@
__pycache__
# generic temporary / dev files
*.pyc
*.sh
apikey
*.txt
*.xcf
nohup.out
screenshot*.png
/settings/settings.ini
proxyscrobble.py
doreah
# user files
*.tsv
*.rulestate
*.log
# currently not using
/screenshot*.png
/proxyscrobble.py
# only for development, normally external
/doreah

2
clients/.gitignore vendored
View File

@ -1 +1 @@
authenticated_machines.tsv
!example_file.tsv

1
logs/.gitignore vendored
View File

@ -1 +0,0 @@
*.log

1
rules/.gitignore vendored
View File

@ -1 +0,0 @@
/*.tsv

1
rules/predefined/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
!*.tsv

View File

@ -1 +0,0 @@
*.xcf

View File

@ -1,3 +0,0 @@
*
!dummy
!.gitignore

1
settings/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
settings.ini

2
website/.gitignore vendored
View File

@ -1,2 +0,0 @@
__pycache__
*.xcf