c2a6082b13
ssia
22 lines
518 B
Diff
22 lines
518 B
Diff
From 906d19ceffbbbc21bbbd433e9b2c3c1592a0af18 Mon Sep 17 00:00:00 2001
|
|
From: Jean Delvare <jdelvare@suse.de>
|
|
Date: Wed, 24 May 2017 11:12:04 +0200
|
|
Subject: [PATCH 01/21] Exclude .gitignore from published packages
|
|
|
|
---
|
|
.gitattributes | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
create mode 100644 .gitattributes
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
new file mode 100644
|
|
index 0000000..5966153
|
|
--- /dev/null
|
|
+++ b/.gitattributes
|
|
@@ -0,0 +1,2 @@
|
|
+.gitattributes export-ignore
|
|
+.gitignore export-ignore
|
|
--
|
|
2.17.1
|
|
|