From c68d0fa2d88fc2134a38d99e7e944828384a7671 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Sat, 17 Oct 2009 12:26:24 -0700 Subject: libpthread/nptl: core of the "Native Posix Threading Library" for uClibc targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley --- libpthread/nptl/.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libpthread/nptl/.gitignore (limited to 'libpthread/nptl/.gitignore') diff --git a/libpthread/nptl/.gitignore b/libpthread/nptl/.gitignore new file mode 100644 index 000000000..e20fba840 --- /dev/null +++ b/libpthread/nptl/.gitignore @@ -0,0 +1,17 @@ +# +# Never ignore these +# +!.gitignore + +# +# Generated files +# +pthread-errnos.[hcs] +tcb-offsets.[hcs] +lowlevelbarrier.[hcs] +lowlevelcond.[hcs] +lowlevelrwlock.[hcs] +unwindbuf.[hcs] +sysdeps/pthread/pt-sigaction.c +sysdeps/pthread/pt-sigfillset.c +sysdeps/pthread/pt-sigprocmask.c -- cgit v1.2.3