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