diff options
author | Martin Szulecki | 2014-10-16 02:39:53 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-16 02:39:53 +0200 |
commit | 3d35c506b4be67347f6f68db0dd9128f012a79be (patch) | |
tree | 7e284c32831fd125b5849d8a8baa5bf56c37f0fd | |
parent | 325f29c274d07920fc973f4e790a80b14717d1d1 (diff) | |
download | libideviceactivation-3d35c506b4be67347f6f68db0dd9128f012a79be.tar.gz libideviceactivation-3d35c506b4be67347f6f68db0dd9128f012a79be.tar.bz2 |
Update .gitignore with relevant ignores for a clean git status1.0.0
-rw-r--r-- | .gitignore | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,11 @@ +*.[oa] +*~ +*.po +*.lo +*.la .*.swp +*/.deps/* +*.patch Makefile Makefile.in aclocal.m4 @@ -18,10 +25,7 @@ libtool ltmain.sh m4 missing -src/.deps src/.libs -src/*.o -src/*.lo -src/*.la +tools/.libs +tools/ideviceactivation stamp-h1 - |