Update .gitignore to ignore all pid files in script/
This commit is contained in:
parent
6958b7fc0a
commit
ee193b2817
|
@ -6,7 +6,7 @@ lufi.conf
|
||||||
*.db-wal
|
*.db-wal
|
||||||
*.bak
|
*.bak
|
||||||
*.swp
|
*.swp
|
||||||
script/hypnotoad.pid
|
script/*.pid
|
||||||
stop-upload
|
stop-upload
|
||||||
themes/*
|
themes/*
|
||||||
!themes/default
|
!themes/default
|
||||||
|
|
Loading…
Reference in New Issue