diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-06-23 12:44:03 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-06-23 15:56:43 -0400 |
commit | e1416138f96c8f55789a4ab19bdd6d47a83d79b2 (patch) | |
tree | c09844d66eb8e5a15b1b3b514c67a0470bb384a8 /.gitattributes | |
parent | 4530eea7f84446c85b4e04b7cf369c190a947c5d (diff) | |
download | ansible-e1416138f96c8f55789a4ab19bdd6d47a83d79b2.tar.gz |
avoid exporting files useless to dist
also fixed up clean in make file
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a19ade077d..150db1aef4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ CHANGELOG.md merge=union +.github/ export-ignore +hacking/ export-ignore +ticket-stubs/ export-ignore |