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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
### Files produced by autotools
#
Makefile.in
/aclocal.m4
/autom4te.cache
/autoscan.log
/build/aux/ar-lib
/build/aux/compile
/build/aux/config.guess
/build/aux/config.sub
/build/aux/depcomp
/build/aux/install-sh
/build/aux/ltmain.sh
/build/aux/missing
/build/aux/test-driver
/build/m4/libtool.m4
/build/m4/lt*.m4
/configure
/configure~
/config.cache
/config.h
/config.log
/config.status
/config.h.in
/config.h.in~
/stamp-h?
### Temporary files creating during ./bootstrap.sh run
#
/configure.tmp
### Files produced by ./configure
#
Makefile
/libtool
/tests/_bootstrap-paths.sh
# Temporary files created during ./configure run
/conf*/
/confdefs.h
/conftest
/conftest.c
/conftest.cpp
/conftest.err
/libtoolT
### Files produced by build process
#
.dirstamp
*.a
*.o
*.la
*.lo
*.loT
.deps/
.libs/
/a.out
/src/cli/snoopyctl
/src/libsnoopy.so
/tests/bin/snoopy-test
/tests/bin/spaceparent
/tests/bin/space parent
/etc/snoopy.ini
### Files produced by the test suite
#
/tests/*.log
/tests/*/*.log
/tests/*.trs
/tests/*/*.trs
### Files produced by the tests' code coverage analysis
#
*.gcda
*.gcno
*.gcov
### Code analysis configuration and output files
#
# Notes:
# - cov-int*: Can't rename this one, or else Coverity build analysis fails once the build tarball is uploaded.
#
/cov-int*
/dev-tools/submit-to-coverity.conf
/dev-tools/submit-to-sonarcloud.conf
/.scannerwork/
/sonar-cfamily.reproducer
/sonarcloud-build-wrapper-output
### Files produced by the releasing process
#
/snoopy-*.tar.*
### Files produced by the native packaging process
#
# Arch
/PKGBUILD
/snoopy-*.pkg.tar.zst
# Debian
/debian
/packaging/deb/changelog
/packaging/deb/.debhelper/
/packaging/deb/autoreconf.after
/packaging/deb/autoreconf.before
/packaging/deb/debhelper-build-stamp
/packaging/deb/snoopy.debhelper.log
/packaging/deb/snoopy/
#../snoopy_*_*.buildinfo
#../snoopy_*_*.changes
#../snoopy_*_*.deb
#../snoopy-dbgsym_*_*.ddeb
# RPM
/packaging/rpmbuild
|