.gitignore 915 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # Ignored files in libatomic_ops Git repo.
  2. Makefile
  3. /pkgconfig/atomic_ops.pc
  4. /pkgconfig/atomic_ops-uninstalled.pc
  5. /autom4te.cache/
  6. /config.cache
  7. /config.log
  8. /config.status
  9. /libatomic_ops-*
  10. *.a
  11. *.dll
  12. *.exe
  13. *.gcda
  14. *.gch
  15. *.gcno
  16. *.la
  17. *.lib
  18. *.lo
  19. *.o
  20. *.obj
  21. *.so
  22. /src/.deps/
  23. /src/.libs/
  24. /src/config.h
  25. /src/config.h.in~
  26. /src/stamp-h1
  27. /tests/.deps/
  28. /tests/core
  29. /tests/list_atomic.i
  30. /tests/test_atomic
  31. /tests/test_atomic_pthreads
  32. /tests/test_malloc
  33. /tests/test_stack
  34. # External library (without trailing slash to allow symlinks):
  35. /pthreads-w32*
  36. # These files are generated by autoreconf:
  37. /aclocal.m4
  38. /compile
  39. /config.guess
  40. /config.sub
  41. /configure
  42. /depcomp
  43. /install-sh
  44. /missing
  45. /mkinstalldirs
  46. /src/config.h.in
  47. /test-driver
  48. Makefile.in
  49. # Generated by libtoolize:
  50. /libtool
  51. /ltmain.sh
  52. /m4/*.m4
  53. # These files are generated by make check:
  54. /tests/list_atomic.c
  55. /tests/test_atomic_include.h
  56. /tests/test*.log
  57. /tests/test*.trs