diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-17 11:52:37 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 14:13:09 -0400 |
commit | 73b788edf7ea9be613e3e2bf7e54ee32c154c2df (patch) | |
tree | a87d373a28a0f4e819a57b4a83792c229b0c304c /.gitattributes | |
parent | 96f3c63104655c12263676b6914c107d19905ca5 (diff) |
remove ignoring the man directory in .gitignore, we want that file available during package build
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 36222847..2408b4c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,7 +12,6 @@ docs/covhtml export-ignore include/ export-ignore lib/ export-ignore local/ export-ignore -man/ export-ignore share/ export-ignore src/leap.egg-info/ export-ignore src/leap_client.egg-info export-ignore |