diff --git a/.copr/Makefile b/.copr/Makefile new file mode 100644 index 0000000..b6fafdf --- /dev/null +++ b/.copr/Makefile @@ -0,0 +1,5 @@ +srpm: + dnf -y install git + make PACKAGE=sbd -f Makefile.am srpm + cp -v *.src.rpm $(outdir) + diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2199eab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.* export-ignore + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..11b1b16 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +*.m4 +*.cache +compile +config.* +configure +*.list +depcomp +install-sh +Makefile +Makefile.in +missing +stamp-* +sbd +*.8 +*.o +*.service +sbd.sh +*~ +*.swp +*.patch +*.diff +*.orig +*.rej +*.rpm +*.tar.* +!.copr/Makefile +