diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-24 20:14:59 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-24 20:14:59 +0400 |
commit | 60e9661cd23fba5d825c528ba3100c4c1df21073 (patch) | |
tree | 7f0f02fd5db690b8ffc8a80ac43abe7a20f50d5e | |
parent | ced7fe4cc83deb8bf166cb41ae9b7b57e18ffcd0 (diff) | |
download | faketime-ng-60e9661cd23fba5d825c528ba3100c4c1df21073.tar.gz |
Added .gitignore0.1.0
-rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8964607 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.la +*.lo +*.log +*.o +*.tar.* +*~ +.deps +.dirstamp +.libs +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +build-aux/ +config.h +config.h.in +config.status +configure +faketime +libtool +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +stamp-h1 |