ipq806x: enable ath10k firmware for 988x, 99x0 and 9984 by default
[librecmc/librecmc.git] / tools / dosfstools / patches / 0001-Add-tags-and-editor-backup-files-to-.gitignore.patch
1 From 75c5446d21f02038423d67139a6967975c9b90be Mon Sep 17 00:00:00 2001
2 From: Andreas Bombe <aeb@debian.org>
3 Date: Sat, 15 Nov 2014 16:48:48 +0100
4 Subject: [PATCH 01/14] Add tags and editor backup files to .gitignore
5
6 Signed-off-by: Andreas Bombe <aeb@debian.org>
7 ---
8  .gitignore | 4 ++++
9  1 file changed, 4 insertions(+)
10
11 diff --git a/.gitignore b/.gitignore
12 index 384f131..5c9366e 100644
13 --- a/.gitignore
14 +++ b/.gitignore
15 @@ -2,3 +2,7 @@
16  /fatlabel
17  /fsck.fat
18  /mkfs.fat
19 +
20 +tags
21 +*~
22 +.*.sw[a-p]
23 -- 
24 1.9.1
25