15a207211f
I don't really need to watch 150+ patches from upstream get applied. Signed-off-by: Peter Jones <pjones@redhat.com>
20 lines
546 B
Diff
20 lines
546 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 22 Jul 2015 11:21:01 -0400
|
|
Subject: [PATCH] Mark po/exclude.pot as binary so git won't try to diff
|
|
nonprintables.
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
.gitattributes | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
create mode 100644 .gitattributes
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
new file mode 100644
|
|
index 00000000000..33ffaa40460
|
|
--- /dev/null
|
|
+++ b/.gitattributes
|
|
@@ -0,0 +1 @@
|
|
+po/exclude.pot binary
|