From 49d5419101a1fd75674c4b5419e2bd3fae0725a9 Mon Sep 17 00:00:00 2001 From: Rudolf Tammekivi Date: Fri, 7 Dec 2018 14:41:22 +0200 Subject: gitignore: Update to match other repos --- .gitignore | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ff84bfd..a826b42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,37 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +*~ +*.po +*.lo +*.la +autom4te.cache/* +*.in +*/.deps/* +m4/* +swig/* +*.swp *.patch *.diff -.*.swp -Makefile -Makefile.in aclocal.m4 -autom4te.cache config.h -config.h.in config.log +config.sub +config.guess config.status configure -libtool +depcomp +install-sh +compile +main ltmain.sh -m4 -src/*.o -src/idevicerestore -src/.libs -src/.deps +missing +mkinstalldirs +libtool +*Makefile +py-compile stamp-h1 +src/.libs +src/idevicerestore -- cgit v1.1-32-gdbae