Skip to content

Commit 92c5d1a

Browse files
committed
misc: remove .gitreview configuration file
The .gitreview file should not be under source control because it is only meaningful in a local development environment. Since it was also included in the .gitignore file, it was assumed that would not happen, but it was not the case. This patch removes the .gitreview file from source control and also removes the corresponding useless pointer from the .gitignore file. Change-Id: I046dbbdc0bf9cf9644c92b6d206d45e7332b8c70
1 parent 7b6ecfc commit 92c5d1a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.*/
2-
.gitreview
32
coverage
43
docs/INFO_BIN
54
docs/INFO_SRC

.gitreview

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)