Repository: incubator-atlas Updated Branches: refs/heads/master 804de951d -> f74bd951b
ATLAS-1378 Use .gitignore so git does not see binary files as changed (david_radley via dkantor) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/f74bd951 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/f74bd951 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/f74bd951 Branch: refs/heads/master Commit: f74bd951b038588017cbff173b945e548c8e6d06 Parents: 804de95 Author: David Radley <[email protected]> Authored: Mon Jan 30 16:11:58 2017 -0500 Committer: Dave Kantor <[email protected]> Committed: Mon Jan 30 16:11:58 2017 -0500 ---------------------------------------------------------------------- .gitignore | 4 ++++ release-log.txt | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f74bd951/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index cf2ef74..2a53de2 100755 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,10 @@ pom.xml.releaseBackup .externalToolBuilders maven-eclipse.xml +#binary files +**/bin/** +!distro/src/bin/** + #log files logs *.log http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/f74bd951/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index a888a08..68b07b8 100644 --- a/release-log.txt +++ b/release-log.txt @@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai) ALL CHANGES: +ATLAS-1378 Use .gitignore so git does not see binary files as changed (david_radley via dkantor) ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor) ATLAS-1387 Compiled Query Cache ([email protected] via svimal2106) ATLAS-1312 Update QuickStart to use the v2 APIs for types and entities creation ([email protected] via mneethiraj)
