diff options
author | Rudolf Tammekivi | 2018-12-07 14:41:22 +0200 |
---|---|---|
committer | Nikias Bassen | 2019-01-26 14:33:54 +0100 |
commit | 49d5419101a1fd75674c4b5419e2bd3fae0725a9 (patch) | |
tree | 8850b2235d3b023504e29958037aa22f841558cd | |
parent | 070e649d1ce7f0a520e7224c66a35ddac5cddf69 (diff) | |
download | idevicerestore-49d5419101a1fd75674c4b5419e2bd3fae0725a9.tar.gz idevicerestore-49d5419101a1fd75674c4b5419e2bd3fae0725a9.tar.bz2 |
gitignore: Update to match other repos
-rw-r--r-- | .gitignore | 39 |
1 files changed, 28 insertions, 11 deletions
@@ -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 |