diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-07-11 14:28:09 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-07-11 14:28:09 +0400 |
commit | a391d71a98a92e2e39a8b24e07588ed466ec27a9 (patch) | |
tree | c36f77a8ad6bcc412869716d5d1c406029725b89 | |
parent | 647a8514fc834536dc1ac2b183e61998815c2487 (diff) | |
download | htop-a391d71a98a92e2e39a8b24e07588ed466ec27a9.tar.gz |
Added .gitignore
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a26b0a5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.o +*.swp +.deps +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +htop +htop.1 +install-sh +libtool +ltmain.sh +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +missing +stamp-h1 |