From ffac03f49ce10c372f55b947a664fbd430ce3429 Mon Sep 17 00:00:00 2001 From: Colin Walters <walters@verbum.org> Date: Wed, 18 Feb 2015 08:29:03 -0500 Subject: [PATCH] .gitignore: New file This comes into play with subdir-objects. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..55b946e76 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# A path ostree writes to work around automake bug with +# subdir-objects +Makefile-libglnx.am.inc + +# Some standard bits +.deps +.libs +.dirstamp +*.typelib +*.la +*.lo +*.o +*.pyc +*.stamp +*~ + -- GitLab