libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 1/6] Add .gitignore file


From: Zachary T Welch
Subject: [Libunwind-devel] [PATCH 1/6] Add .gitignore file
Date: Thu, 28 Oct 2010 16:25:46 -0700

Improves quality of 'git status'.  Use 'git ls-files -o' to see all
untracked files.

Signed-off-by: Zachary T Welch <address@hidden>
---
 .gitignore |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3ed395
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+*.la
+*.a
+*.o
+*.lo
+*~
+
+.libs/
+.deps/
+
+.dirstamp
+Makefile
+Makefile.in
+
+INSTALL
+aclocal.m4
+autom4te.cache/
+config.log
+config.status
+config/
+configure
+libtool
+
+doc/common.tex
+
+include/config.h
+include/config.h.in
+include/libunwind-common.h
+include/stamp-h1
+
+tests/[GL]test-bt
+tests/[GL]test-concurrent
+tests/[GL]test-dyn1
+tests/[GL]test-exc
+tests/[GL]test-init
+tests/[GL]test-resume-sig
+tests/[GL]perf-simple
+tests/Ltest-nomalloc
+tests/Lperf-simple
+tests/check-namespace.sh
+tests/forker
+tests/mapper
+tests/rs-race
+tests/test-async-sig
+tests/test-flush-cache
+tests/test-init-remote
+tests/test-mem
+tests/test-ptrace
+tests/test-setjmp
+tests/test-strerror
+tests/test-proc-info
+tests/test-ptrace-misc
+tests/test-varargs
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]