diff options
| author | Aditya Vaidya <kroq.gar78@gmail.com> | 2012-05-26 20:49:19 (GMT) |
|---|---|---|
| committer | jacksonmj <mj-pt@jacksonmj.co.uk> | 2012-05-26 21:23:05 (GMT) |
| commit | 961efc9d2fe63da596f90a945c38986524e1e8e1 (patch) | |
| tree | 84b2bf4154db786f7d28b44159758e8f826111de | |
| parent | ab8eeb6dd9691e55ef82e62f60a62497cb24b3d1 (diff) | |
| download | powder-961efc9d2fe63da596f90a945c38986524e1e8e1.zip powder-961efc9d2fe63da596f90a945c38986524e1e8e1.tar.gz | |
Added '.gitattributes' file s that '.gitignore' won't be included in archives that are created with 'git archive'
| -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 |
