From 2f415d2da9bed91757ff60d77b55f648a1f30afe Mon Sep 17 00:00:00 2001 From: "Maciej S. Szmigiero" Date: Sun, 29 Sep 2019 00:44:51 +0200 Subject: Add tests/auto/ui/tst_ui and tests/auto/util/tst_util to .gitignore (At least) Linux uses tests/auto/ui/tst_ui and tests/auto/util/tst_util as output file names for built tests, so add these names to .gitignore so they don't pop up as untracked files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 116e22e7..ded98b04 100644 --- a/.gitignore +++ b/.gitignore @@ -23,10 +23,12 @@ src/libqtpass.a src/moc_predefs.h tests/auto/ui/moc_predefs.h tests/auto/ui/target_wrapper.sh +tests/auto/ui/tst_ui tests/auto/ui/tst_ui.app/ tests/auto/ui/tst_ui.moc tests/auto/util/moc_predefs.h tests/auto/util/target_wrapper.sh +tests/auto/util/tst_util tests/auto/util/tst_util.app/ tests/auto/util/tst_util.moc **/*.gc* -- cgit v1.2.3