From d5494acf30e1f72c900f82588372fa363527b4c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 1 May 2012 18:50:34 +0100 Subject: [PATCH] .gitignore: ignore more --- .gitignore | 2 ++ tests/check/ges/.gitignore | 1 + tools/.gitignore | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore index 6d7efd3..8747f82 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ log /bindings/python/ges.c /m4 + +/tools/ges-launch-1.0 diff --git a/tests/check/ges/.gitignore b/tests/check/ges/.gitignore index 4efcab1..28f3de7 100644 --- a/tests/check/ges/.gitignore +++ b/tests/check/ges/.gitignore @@ -8,5 +8,6 @@ save_and_load simplelayer text_properties timelineobject +timelineedition titles transition diff --git a/tools/.gitignore b/tools/.gitignore deleted file mode 100644 index c1151b3..0000000 --- a/tools/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -ges-launch -ges-launch-0.11 -- 2.7.4