aboutsummaryrefslogtreecommitdiff
path: root/gbp-test.data/Add-.gitignore.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gbp-test.data/Add-.gitignore.patch')
-rw-r--r--gbp-test.data/Add-.gitignore.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/gbp-test.data/Add-.gitignore.patch b/gbp-test.data/Add-.gitignore.patch
new file mode 100644
index 0000000..5433c8a
--- /dev/null
+++ b/gbp-test.data/Add-.gitignore.patch
@@ -0,0 +1,23 @@
+From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+Date: Wed, 2 Jul 2014 12:49:50 +0300
+Subject: [PATCH] Add .gitignore
+
+Ignore '*.tmp' and '*.swp'.
+
+Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
+---
+ .gitignore | 2 ++
+ 1 file changed, 2 insertions(+)
+ create mode 100644 .gitignore
+
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..c9b0245
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,2 @@
++*.tmp
++*.swp
+--
+2.1.4
+