Skip to content

Commit 43bb361

Browse files
committed
Update .gitignore to exclude the doc/src/i18n/ directory
We recently added translations of our tutorial. These are kept in .po files, but when generated is stored in the doc/src/i18n/. Have git ignore it.
1 parent 85171b2 commit 43bb361

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ covhtml/
4848
doc/_build/
4949
doc/sphinx/
5050

51+
# Internationalization files (cd doc; make htmli18n)
52+
doc/src/i18n/
53+
5154
# Mac OS X Junk
5255
.DS_Store
5356

0 commit comments

Comments
 (0)