mirror of https://gitee.com/bigwinds/arangodb
Add unittest & codecoverage tempfiles to ignore list
This commit is contained in:
parent
1663a18dee
commit
792f43d93e
|
@ -12,6 +12,8 @@ mr-*.h
|
||||||
*.iml
|
*.iml
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
*.gcno
|
||||||
|
*.gcda
|
||||||
|
|
||||||
.libev-build-64
|
.libev-build-64
|
||||||
.v8-build-64
|
.v8-build-64
|
||||||
|
@ -111,3 +113,8 @@ js/apps/*
|
||||||
Documentation/Books/allComments.txt
|
Documentation/Books/allComments.txt
|
||||||
|
|
||||||
.gdb-history
|
.gdb-history
|
||||||
|
|
||||||
|
|
||||||
|
UNITTEST_RESULT*
|
||||||
|
log-*
|
||||||
|
data-*
|
||||||
|
|
Loading…
Reference in New Issue