All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@imgtec.com>
To: vinod.koul@intel.com
Cc: alsa-devel@alsa-project.org, Qais Yousef <qais.yousef@imgtec.com>
Subject: [TINYCOMPRESS][PATCH 2/6] add .gitignore file
Date: Mon, 23 Mar 2015 13:09:01 +0000	[thread overview]
Message-ID: <1427116145-519-3-git-send-email-qais.yousef@imgtec.com> (raw)
In-Reply-To: <1427116145-519-1-git-send-email-qais.yousef@imgtec.com>

---
 .gitignore | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..581b31038c8f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,39 @@
+.*
+*.o
+*.so
+*.la
+*.lo
+*~
+configure
+config.log
+config.cache
+config.status
+config.guess
+config.sub
+config.h
+config.h.in
+Makefile
+Makefile.in
+libtool
+depcomp
+ltmain.sh
+aclocal.m4
+autom4te.cache
+compile
+install-sh
+missing
+stamp-h1
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+
+# binary ignores
+cplay
+crecord
+
+# other ignores
+*.patch
+cscope.*
+tags
-- 
2.1.0

  reply	other threads:[~2015-03-23 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 13:08 [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools Qais Yousef
2015-03-23 13:09 ` Qais Yousef [this message]
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 3/6] makefile.linux: delete as no longer necessary/used Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 4/6] Android.mk: Update to use the new location of source files Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 5/6] compress.c: fix check for errors from poll(), read() and write() Qais Yousef
2015-03-23 13:09 ` [TINYCOMPRESS][PATCH 6/6] src/lib/utils.c: remove this empty file Qais Yousef
2015-03-23 15:19 ` [TINYCOMPRESS][PATCH 0/6] Convert build system to autotools Qais Yousef
2015-03-23 16:40 ` Vinod Koul
2015-03-24  9:57   ` Qais Yousef

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427116145-519-3-git-send-email-qais.yousef@imgtec.com \
    --to=qais.yousef@imgtec.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.