Skip to content

Commit

Permalink
Remove *.pot files and ignore them now.
Browse files Browse the repository at this point in the history
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
rust-lang#11383 .

Signed-off-by: OGINO Masanori <[email protected]>
  • Loading branch information
omasanori committed Jan 9, 2014
1 parent d4051b6 commit 20ec0be
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 15,263 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ src/etc/dl
build/
i686-pc-mingw32/
src/librustc/lib/llvmdeps.rs
*.pot
Loading

0 comments on commit 20ec0be

Please sign in to comment.