diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-06 11:35:14 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-08-06 11:35:31 (GMT) |
commit | bcf834abc2ff2a97be94f1c287753fb4c58e8da8 (patch) | |
tree | 47c8147fa1c90df5525ceed2d306b3b968edf4ef /tests | |
parent | 620e7d82b34624f6765daf32917b12ab0e2249b0 (diff) | |
download | Qt-bcf834abc2ff2a97be94f1c287753fb4c58e8da8.zip Qt-bcf834abc2ff2a97be94f1c287753fb4c58e8da8.tar.gz Qt-bcf834abc2ff2a97be94f1c287753fb4c58e8da8.tar.bz2 |
ignore some
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/linguist/lconvert/.gitignore | 2 | ||||
-rw-r--r-- | tests/auto/linguist/lrelease/.gitignore | 2 | ||||
-rw-r--r-- | tests/auto/linguist/lupdate/.gitignore | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/linguist/lconvert/.gitignore b/tests/auto/linguist/lconvert/.gitignore new file mode 100644 index 0000000..042d7ac --- /dev/null +++ b/tests/auto/linguist/lconvert/.gitignore @@ -0,0 +1,2 @@ +tst_lconvert +data/plural-?.po diff --git a/tests/auto/linguist/lrelease/.gitignore b/tests/auto/linguist/lrelease/.gitignore new file mode 100644 index 0000000..cf7059c --- /dev/null +++ b/tests/auto/linguist/lrelease/.gitignore @@ -0,0 +1,2 @@ +tst_lrelease +testdata/*.qm diff --git a/tests/auto/linguist/lupdate/.gitignore b/tests/auto/linguist/lupdate/.gitignore new file mode 100644 index 0000000..4ba5b79 --- /dev/null +++ b/tests/auto/linguist/lupdate/.gitignore @@ -0,0 +1,4 @@ +tst_lupdate +testdata/good/*/project.ts +testdata/output_ts/toplevel/library/tools/translations/project.ts +testdata/recursivescan/*.ts |