diff options
author | Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com> | 2013-05-12 15:00:12 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-12 07:25:47 -0700 |
commit | 83684444f409a650f67d3a5f2a815235cba9d0f9 (patch) | |
tree | cdd18764cddbd6f08b11a2cb5abbcb166dd65992 /.gitattributes | |
parent | 6d37d8ee46d5c083707a86ff40597df74553ccc5 (diff) | |
download | subsurface-83684444f409a650f67d3a5f2a815235cba9d0f9.tar.gz |
Ignore some files when archiving.
Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2b45716e4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore |