1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
# 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/.dirstamp
/src/.libs/
/src/config.h
/src/config.h.in~
/src/stamp-h1
/tests/.deps/
/tests/.dirstamp
/tests/.libs/
/tests/core
/tests/list_atomic.i
/tests/test_atomic
/tests/test_atomic_generalized
/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
# Code analysis tools:
*.c.gcov
*.h.gcov
*.sancov
/.sv*-dir
/cov-int
/coverage.info
/pvs-project.log
/pvs-project.tasks
/strace_out
|