123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # Ignored files in libatomic_ops Git repo.
- Makefile
- /pkgconfig/atomic_ops.pc
- /pkgconfig/atomic_ops-uninstalled.pc
- /autom4te.cache/
- /config.cache
- /config.log
- /config.status
- /libatomic_ops-*
- *.a
- *.dll
- *.exe
- *.gcda
- *.gch
- *.gcno
- *.la
- *.lib
- *.lo
- *.o
- *.obj
- *.so
- /src/.deps/
- /src/.libs/
- /src/config.h
- /src/config.h.in~
- /src/stamp-h1
- /tests/.deps/
- /tests/core
- /tests/list_atomic.i
- /tests/test_atomic
- /tests/test_atomic_pthreads
- /tests/test_malloc
- /tests/test_stack
- # External library (without trailing slash to allow symlinks):
- /pthreads-w32*
- # These files are generated by autoreconf:
- /aclocal.m4
- /compile
- /config.guess
- /config.sub
- /configure
- /depcomp
- /install-sh
- /missing
- /mkinstalldirs
- /src/config.h.in
- /test-driver
- Makefile.in
- # Generated by libtoolize:
- /libtool
- /ltmain.sh
- /m4/*.m4
- # These files are generated by make check:
- /tests/list_atomic.c
- /tests/test_atomic_include.h
- /tests/test*.log
- /tests/test*.trs
|