aboutsummaryrefslogtreecommitdiff
path: root/gbp-test.data/Add-.gitignore.patch
blob: f0259d2302fd25ba5dacd323f1738de73742aa4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c9b0245
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.tmp
+*.swp