Skip to content

Commit 247297c

Browse files
committed
git ignore
1 parent 732fcd8 commit 247297c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
unittest/gmon.out
2-
unittest/_*.txt
3-
unittest/*.gcov
4-
unittest/*.gcda
5-
unittest/*.gcno
1+
test/gmon.out
2+
test/_*.txt
3+
test/*.gcov
4+
test/*.gcda
5+
test/*.gcno
66
mapcodelib/*.gcov
77
mapcodelib/*.gcda
88
mapcodelib/*.gcno
@@ -13,7 +13,7 @@ cmake_install.cmake
1313
*.a
1414
unittest
1515
mapcode
16-
unittest/unittest
16+
test/unittest
1717
utility/mapcode
1818

1919
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)