From e0a1c96c554ad943ea115deaa39778246635f3b5 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 11 Aug 2015 18:57:35 +0200 Subject: [PATCH] Add .gitignore files based on svn:ignore properties For the top-level .gitignore, do this via a patch. --- debian/.gitignore | 17 +++++++++++++++++ debian/changelog | 7 +++++++ debian/patches/gitignore.patch | 14 ++++++++++++++ debian/patches/series | 1 + 4 files changed, 39 insertions(+) create mode 100644 debian/.gitignore create mode 100644 debian/patches/gitignore.patch diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 000000000..4ad73d6a8 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,17 @@ +!/patches +!*.patch +!*.diff +/*.debhelper +/*.debhelper.log +/*.substvars +/control +/control.md5sum +/files +/hyperv-daemons/ +/libusbip-dev/ +/linux-kbuild-* +/linux-perf-* +/rules.gen +/stamps/ +/tmp/ +/usbip/ diff --git a/debian/changelog b/debian/changelog index 78dfcaef6..41107e81f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +linux-tools (4.1.4-3) UNRELEASED; urgency=medium + + * Adjust for migration to git: + - Update .gitignore files + + -- Ben Hutchings Tue, 11 Aug 2015 18:56:56 +0200 + linux-tools (4.1.4-2) unstable; urgency=medium * [mips*,alpha,hppa] linux-perf: Add empty Build files for these architectures diff --git a/debian/patches/gitignore.patch b/debian/patches/gitignore.patch new file mode 100644 index 000000000..b4d0048e5 --- /dev/null +++ b/debian/patches/gitignore.patch @@ -0,0 +1,14 @@ +From: Ben Hutchings