ATLAS-1378 Use .gitignore so git does not see binary files as changed (david_radley via dkantor)
This commit is contained in:
parent
804de951d2
commit
f74bd951b0
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue