From 886f7cf8dd566b0b1309131910cb4f3291d59ed5 Mon Sep 17 00:00:00 2001 From: cogmission Date: Wed, 15 Sep 2021 21:44:59 -0500 Subject: [PATCH] Updated to test permissions --- .gitignore | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eed22cdd..bded69f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +/out +/out/* +*out *.DS_Store /.DS_Store /bin diff --git a/README.md b/README.md index 306b3dbc..bcfcbf1a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ _**NOTE: Minimum JavaSE version is 8**_
## Recent News Items... +* Updated README.md to reflect new site image source (09/15/2021) * Updated [Sync Report Table](https://github.com/numenta/htm.java/blob/master/README.md#versioning) Here in README (06/02/2017) * New Hot Fix Release [v0.6.13-alpha](https://github.com/numenta/htm.java/releases) (05/12/2017) * Updated HTM.Java Examples! [Now in sync with latest release (v0.6.12-alpha)](https://github.com/numenta/htm.java-examples) (See the executable Jars!) (04/06/2017)