Skip to content

Commit cf94d70

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "gitignore: Ignore all log files"
2 parents bedc8a8 + 70be0d1 commit cf94d70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
*~
22
.*.sw?
33
*.log
4-
*.log.[1-9]
4+
*-log
5+
*.log.*
6+
*-log.*
57
*.pem
68
*.pyc
79
.localrc.auto

0 commit comments

Comments
 (0)