diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:07:04 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-06-12 19:07:04 (GMT) |
| commit | b80e73e72946fd567b7aa3509ff6c4579c5803bb (patch) | |
| tree | 85dfcfebb3c2c4b3441d0c25efff6e2a6d2d40b0 /.gitattributes | |
| parent | a3a8ef7f7ae85fd6dba9de8759ff1d0ba7f2b648 (diff) | |
| download | powder-b80e73e72946fd567b7aa3509ff6c4579c5803bb.zip powder-b80e73e72946fd567b7aa3509ff6c4579c5803bb.tar.gz | |
TPT: Added '.gitattributes' file s that '.gitignore' won't be included in archives that are created with 'git archive'
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..8abdcfc --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ ++.gitattributes export-ignore ++.gitignore export-ignore
\ No newline at end of file |
