We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732fcd8 commit 247297cCopy full SHA for 247297c
1 file changed
.gitignore
@@ -1,8 +1,8 @@
1
-unittest/gmon.out
2
-unittest/_*.txt
3
-unittest/*.gcov
4
-unittest/*.gcda
5
-unittest/*.gcno
+test/gmon.out
+test/_*.txt
+test/*.gcov
+test/*.gcda
+test/*.gcno
6
mapcodelib/*.gcov
7
mapcodelib/*.gcda
8
mapcodelib/*.gcno
@@ -13,7 +13,7 @@ cmake_install.cmake
13
*.a
14
unittest
15
mapcode
16
-unittest/unittest
+test/unittest
17
utility/mapcode
18
19
# -----------------------------------------------------------------------------
0 commit comments