]> git.lizzy.rs Git - rust.git/commit
Remove *.pot files and ignore them now.
authorOGINO Masanori <masanori.ogino@gmail.com>
Thu, 9 Jan 2014 22:05:52 +0000 (07:05 +0900)
committerOGINO Masanori <masanori.ogino@gmail.com>
Thu, 9 Jan 2014 22:21:32 +0000 (07:21 +0900)
commit20ec0be779b0a889e8032ab80a8305e54429dbd9
treef477a90e523a60f8d7ce0afa1f09a49ea7a684d6
parentd4051b61454abdb486d8deec807cf6f15e18fd3b
Remove *.pot files and ignore them now.

The .pot files can be generated automatically and the files contain
timestamps in their content. They can cause huge conflicts and take huge
space even if you are not a translator.

This commit is a part of improvement discussed on
https://github.com/mozilla/rust/pull/11383 .

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
.gitignore
doc/po/rust.md.pot [deleted file]
doc/po/rustpkg.md.pot [deleted file]
doc/po/tutorial-borrowed-ptr.md.pot [deleted file]
doc/po/tutorial-container.md.pot [deleted file]
doc/po/tutorial-ffi.md.pot [deleted file]
doc/po/tutorial-macros.md.pot [deleted file]
doc/po/tutorial-tasks.md.pot [deleted file]
doc/po/tutorial.md.pot [deleted file]