diff options
author | Martin Szulecki | 2013-09-26 11:25:20 +0200 |
---|---|---|
committer | Martin Szulecki | 2013-09-26 11:25:20 +0200 |
commit | 548f93785fd181ac133389b49409107521d8341f (patch) | |
tree | 569961bd0aa35eb70856767898e6c93ffd53f87c | |
parent | f7a663ce8735644a3cedb22fa8540dcdbe56eee3 (diff) | |
download | libirecovery-548f93785fd181ac133389b49409107521d8341f.tar.gz libirecovery-548f93785fd181ac133389b49409107521d8341f.tar.bz2 |
Update .gitignore file
-rw-r--r-- | .gitignore | 37 |
1 files changed, 34 insertions, 3 deletions
@@ -1,4 +1,35 @@ -*.o -*.a -irecovery +*.[oa] +*~ +*.po +*.lo +*.la +autom4te.cache/* +*.in +*/.deps/* +m4/* +*.dll +*.so +*.dylib +*.patch +aclocal.m4 +config.h +config.log +config.sub +config.guess +config.status +configure +depcomp +install-sh +compile +main +ltmain.sh +missing +mkinstalldirs +libtool +*Makefile +stamp-h1 +src/.libs +*.pc +tools/.libs/* +tools/irecovery .irecovery
\ No newline at end of file |