Restore gitignore file contents (#9784)

* Restore gitignore file contents
Set permissions to 664
Add tests to check existence, mode, and size of .gitignore files

* add trailing line return

* git only cares about executable bit, just check that.

* define gitignores separately
This commit is contained in:
Tony Murray
2019-02-06 06:57:44 -06:00
committed by GitHub
parent 2b4d8fc541
commit 964235a82b
13 changed files with 108 additions and 2 deletions

4
logs/.gitignore vendored
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore