swtpm/.gitignore
Andrea Bolognani 4608cc333a rpm: Move spec file and include it in dist archives
Having the spec file in the top-level directory of the dist
archive makes it possible to build rpms with a single,
convenient command.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2021-06-03 16:09:00 -04:00

76 lines
1.1 KiB
Plaintext

*.egg-info
*.exe
*.exe.stackdump
*.gcda
*.gch
*.gcno
*.gcov
*.la
*.lo
*.o
*.patch
*~
.deps
.libs
__pycache__
configure
Makefile.in
Makefile
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/depcomp
/dist
/install-sh
/libtool
/ltmain.sh
/missing
/stamp-h1
/swtpm-*.tar.gz
/swtpm.spec
/m4/*
/.pc/*
/etc/swtpm_setup.conf
/patches/*
/include/swtpm.h
/man/man3/*.3
/man/man8/*.8
/samples/swtpm-create-user-config-files
/samples/swtpm-localca
/samples/swtpm-localca.conf
/samples/swtpm_localca_conf.h
/src/selinux/*.pp.bz2
/src/selinux/swtpm.pp
/src/selinux/swtpm_svirt.fc
/src/selinux/swtpm_svirt.if
/src/selinux/swtpm_svirt.pp
/src/selinux/swtpmcuse.pp
/src/selinux/tmp
/src/swtpm/swtpm
/src/swtpm/swtpm_cuse
/src/swtpm_bios/swtpm_bios
/src/swtpm_cert/swtpm_cert
/src/swtpm_ioctl/swtpm_ioctl
src/swtpm_setup/swtpm_setup
src/swtpm_setup/swtpm_setup_conf.h
/test-driver
tests/*.log
tests/*.trs
tests/test_config
/debian/*debhelper*
/debian/*substvars
/debian/files
/debian/swtpm
/debian/swtpm-cuse
/debian/swtpm-dev
/debian/swtpm-libs
/debian/swtpm-tools
/debian/swtpm-tools.postinst
/debian/tmp