summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2015-07-09 14:16:28 +0200
committerJohn Kacur <jkacur@redhat.com>2015-07-09 14:16:28 +0200
commit38893b530c1a26e69f1cfe5482f1f1b60e28c252 (patch)
treef3cdbb456f263c19180624475a31e259703a29a2
parent4010c3bce2a8141d614b11e49780b11b575e6b4d (diff)
downloadrt-tests-38893b530c1a26e69f1cfe5482f1f1b60e28c252.tar.gz
Create a .gitattribute file to specify what files git-archive should ignore
Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..0867b81
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+rt-tests.spec-in export-ignore
+scripts export-ignore