diff options
author | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-12 16:42:16 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@gmail.com> | 2008-06-12 16:42:16 +0200 |
commit | 6d199669a9276053ee709210539b75435e19fa3c (patch) | |
tree | 9cacd640bc08e3f2542fcf5ea5ada41f78ce9cc0 | |
parent | a8a3258f0ad08330834a6e844e7a5451dd9e43c9 (diff) | |
download | pianobar-6d199669a9276053ee709210539b75435e19fa3c.tar.gz pianobar-6d199669a9276053ee709210539b75435e19fa3c.tar.bz2 pianobar-6d199669a9276053ee709210539b75435e19fa3c.zip |
Added .gitignore files
-rw-r--r-- | .gitignore | 20 | ||||
-rw-r--r-- | libpiano/.gitignore | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26f6eab --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.deps +.libs +*.lo +*.la +*.o +# vim swap files +*.sw* +aclocal.m4 +autom4te.cache +compile +config.* +configure +depcomp +install-sh +libtool +ltmain.sh +make +Makefile +Makefile.in +missing diff --git a/libpiano/.gitignore b/libpiano/.gitignore new file mode 100644 index 0000000..2b29f27 --- /dev/null +++ b/libpiano/.gitignore @@ -0,0 +1 @@ +tests |