diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 02:11:30 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 02:11:30 +0000 |
commit | b1c201156117c01a64e893fd5a69a5dd044ed09d (patch) | |
tree | 7fd20cc81d5369480a6d5e302cd1e2c57751df78 | |
parent | a2fe024c4b7ae59839848ade9ecb63e0cd1abf9e (diff) | |
download | sunmake-b1c201156117c01a64e893fd5a69a5dd044ed09d.tar.gz |
Added .gitignore
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14018db --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*.o +*.lo +*.deps +*.dirstamp +*.la +*~ +*.log +stamp-h1 +.libs +Makefile.in +aclocal.m4 +autom4te.cache +build-aux +config.h.in +config.status +configure +libtool +m4 +Makefile +config.h |