Add ignore for . directories
This adds a global ignore for all .* directories and whitelists known . files that we want. Change-Id: I9b57a28b80cbb059c68a96a848c26d4fa2fc75f7changes/90/337890/3
parent
c7d7145229
commit
94eae1857b
|
@ -1,3 +1,9 @@
|
|||
*/.*
|
||||
!.coveragerc
|
||||
!.gitignore
|
||||
!.mailmap
|
||||
!.testr.conf
|
||||
|
||||
*.py[cod]
|
||||
|
||||
# C extensions
|
||||
|
|
Loading…
Reference in New Issue