From 132cb68ab22d64657559d0bbf683c10fc6cb7c8b Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 15 Dec 2010 15:52:03 +0100 Subject: [PATCH] all: add/extend more .gitignore --- .gitignore | 2 +- ges/.gitignore | 2 ++ pkgconfig/.gitignore | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ges/.gitignore create mode 100644 pkgconfig/.gitignore diff --git a/.gitignore b/.gitignore index 4506ad6afb..8d2c148136 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ log /docs/version.entities -/m4 \ No newline at end of file +/m4 diff --git a/ges/.gitignore b/ges/.gitignore new file mode 100644 index 0000000000..594760265e --- /dev/null +++ b/ges/.gitignore @@ -0,0 +1,2 @@ +*.gir +*.typelib diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore new file mode 100644 index 0000000000..6fd0ef029e --- /dev/null +++ b/pkgconfig/.gitignore @@ -0,0 +1 @@ +*.pc