diff options
author | Martin Szulecki | 2014-06-30 19:25:13 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-06-30 19:25:13 +0200 |
commit | b3853fb76f528fda2ada89c83f44b826b7f3bfb8 (patch) | |
tree | 6dcaff9c5835695182a28b76eabf52ca3d93042d /.gitignore | |
download | libideviceactivation-b3853fb76f528fda2ada89c83f44b826b7f3bfb8.tar.gz libideviceactivation-b3853fb76f528fda2ada89c83f44b826b7f3bfb8.tar.bz2 |
Initial commit for version 0.9.00.9.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31ffebd --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +.*.swp +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libideviceactivation-1.0.pc +libtool +ltmain.sh +m4 +missing +src/.deps +src/.libs +src/*.o +src/*.lo +src/*.la +stamp-h1 + |