From c81d32dfe7d57534f47d30a9db1192e70a5bca1f Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Tue, 19 Apr 2016 01:04:46 +0200
Subject: Excluded Git files from export when creating a snapshot of the
 repository.

---
 .gitattributes | 2 ++
 ChangeLog      | 6 ++++++
 2 files changed, 8 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
diff --git a/ChangeLog b/ChangeLog
index f956e91..edde331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+16-04-19  Cyrille Bagard <nocbos@gmail.com>
+
+	* .gitattributes:
+	New entry: exclude Git files from export when creating a snapshot
+	of the repository.
+
 16-04-18  Cyrille Bagard <nocbos@gmail.com>
 
 	* src/analysis/binary.c:
-- 
cgit v0.11.2-87-g4458