23 lines
492 B
Diff
23 lines
492 B
Diff
From 47f5cde3cd8392153b10f6565c7da0c69547603c Mon Sep 17 00:00:00 2001
|
|
From: tanyulong <tanyulong@kylinos.cn>
|
|
Date: Thu, 2 Dec 2021 11:34:30 +0800
|
|
Subject: [PATCH] Add gitattriutes files
|
|
|
|
---
|
|
.gitattributes | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
create mode 100644 .gitattributes
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
new file mode 100644
|
|
index 0000000..df0353f
|
|
--- /dev/null
|
|
+++ b/.gitattributes
|
|
@@ -0,0 +1,3 @@
|
|
+debian/changelog
|
|
+debian/compat
|
|
+debian/source/format
|
|
--
|
|
2.30.0
|
|
|