diff options
Diffstat (limited to '.gitignore')
-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 |