diff --git a/.gitignore b/.gitignore index 35826ce0..2d1afb03 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,7 @@ *.so.* *.dylib +# build products for dpkg +aprsc_*.changes +aprsc_*.deb + diff --git a/src/.gitignore b/src/.gitignore index 20df50db..9be05fe8 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -11,3 +11,7 @@ config.status SVNVERSION GITVERSION +# build temp files +build-stamp +configure-stamp + diff --git a/src/debian/.gitignore b/src/debian/.gitignore index 027271b9..7ac1adb5 100644 --- a/src/debian/.gitignore +++ b/src/debian/.gitignore @@ -1 +1,7 @@ files +changelog +aprsc.debhelper.log +aprsc.postinst.debhelper +aprsc.postrm.debhelper +aprsc.prerm.debhelper +aprsc.substvars