.gitignore 618 B

1234567891011121314151617181920212223242526
  1. #
  2. # Never ignore these
  3. #
  4. !.gitignore
  5. #
  6. # Generated files
  7. #
  8. /pthread-errnos.h
  9. /gen_pthread-errnos.[cs]
  10. !sysdeps/pthread/tcb-offsets.h
  11. sysdeps/*/tcb-offsets.h
  12. sysdeps/*/gen_tcb-offsets.[cs]
  13. sysdeps/unix/sysv/linux/gen_*.[cs]
  14. sysdeps/unix/sysv/linux/lowlevelbarrier.h
  15. sysdeps/unix/sysv/linux/lowlevelcond.h
  16. sysdeps/unix/sysv/linux/lowlevelrwlock.h
  17. sysdeps/unix/sysv/linux/lowlevelrobustlock.h
  18. sysdeps/unix/sysv/linux/structsem.h
  19. sysdeps/unix/sysv/linux/unwindbuf.h
  20. sysdeps/unix/sysv/linux/pthread-pi-defines.h
  21. #
  22. # symlinks
  23. #
  24. sysdeps/pthread/pt-sigaction.c
  25. sysdeps/pthread/pt-sigfillset.c
  26. sysdeps/pthread/pt-sigprocmask.c