aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-11-04 16:38:26 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-11-04 16:55:18 +0100
commiteaa0670e21697205c89f544fe87dda027b3aa834 (patch)
tree212d45d892be6bcf2f35be2226064b0c6b6f284d /.gitattributes
parentd7c7eb3c3266fefc128dc03d5674cb57549c545e (diff)
Prevent the .gitignore file from being packaged by git-archive.
Change-Id: I2a8ebd755ab2c12c0b0f3ca97a5ee48184674e8d Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..eeef3e0a2
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+/.gitignore export-ignore
+/.gitattributes export-ignore