diff options
author | Misbakh-Soloviev Vadim A <mva@mva.name> | 2011-08-28 14:12:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-28 14:14:29 +0200 |
commit | 3f0816e3d926e0ea78ac7b6cd43efe62355885c8 (patch) | |
tree | d16baa1f94a7a88cd0d5d1675816dbf6797162cd /.gitignore | |
parent | ae8adeb90abb334b8e5712124e62461eca77c12f (diff) |
add russian translation and add unicode compatibility (merges pull request #20)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aeeef170e6..537064d30e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,12 @@ src/bitcoin src/bitcoind .*.swp *.*~* +#compilation and Qt preprocessor part +*.o +ui_*.h +*.qm +moc_* +Makefile +bitcoin-qt +#resources cpp +qrc_*.cpp
\ No newline at end of file |