mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Add .gitignore file
Improves quality of 'git status'. Use 'git ls-files -o' to see all untracked files. Signed-off-by: Zachary T Welch <zwelch@codesourcery.com>
This commit is contained in:
parent
92345bf752
commit
c9e378b281
1 changed files with 52 additions and 0 deletions
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
|
@ -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
|
Loading…
Reference in a new issue