diff options
author | Ben David, Elad (eb7504) <elad.ben.david@intl.att.com> | 2019-11-03 16:19:16 +0200 |
---|---|---|
committer | Ben David, Elad (eb7504) <eb7504@intl.att.com> | 2019-11-03 16:20:50 +0200 |
commit | ee64a64fb0705422c18608304e63a505d10d8ba1 (patch) | |
tree | 35ba3084b83dbdd8a616e30707e12e1baf98abdc /.gitignore | |
parent | 781c7486078cbc6d9f8d7c9763c3d7592e8b089b (diff) |
Handle onboard ALTER tables to support upgrade
Change-Id: I6c96aecccf00a3b02bf07cf172ff752b69d3cc94
Issue-ID: SDC-2640
Signed-off-by: Ben David, Elad (eb7504) <eb7504@intl.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1775301fb5..51d111f2c9 100644 --- a/.gitignore +++ b/.gitignore @@ -271,4 +271,6 @@ asdctool/test-output/* asdctool/report_delete_1538046694389.json asdctool/report_test_1538046722484.json -/ajcore*.txt
\ No newline at end of file +/ajcore*.txt +**/.factorypath + |