Commit f74bd951 by David Radley Committed by Dave Kantor

ATLAS-1378 Use .gitignore so git does not see binary files as changed (david_radley via dkantor)

parent 804de951
......@@ -36,6 +36,10 @@ pom.xml.releaseBackup
.externalToolBuilders
maven-eclipse.xml
#binary files
**/bin/**
!distro/src/bin/**
#log files
logs
*.log
......
......@@ -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 (jnhagelberg@us.ibm.com via svimal2106)
ATLAS-1312 Update QuickStart to use the v2 APIs for types and entities creation (sarath.kum4r@gmail.com via mneethiraj)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment