diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-02-09 07:47:07 +0100 |
---|---|---|
committer | Tobias Klauser <klto@zhaw.ch> | 2010-02-09 07:47:07 +0100 |
commit | 5e98825c8dca755eb70c93e32ae7743dee0a4f77 (patch) | |
tree | 54b02792de3a82f48e42cf0f8f2bd5f6cfaab3db /.gitattributes | |
parent | 7f425aefbfcfb65bfc1c42f09698bfc566a69464 (diff) |
Add .gitattributes, thanks François Marier
http://feeding.cloud.geek.nz/2010/02/excluding-files-from-git-archive.html
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
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 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore |