add lines to ignored variables

This commit is contained in:
sawka 2023-12-21 14:32:27 -08:00
parent 19e856a3be
commit c56ee23843

View File

@ -124,6 +124,7 @@ var NoStoreVarNames = map[string]bool{
"HISTTIMEFORMAT": true, "HISTTIMEFORMAT": true,
"SRANDOM": true, "SRANDOM": true,
"COLUMNS": true, "COLUMNS": true,
"LINES": true,
// we want these in our remote state object // we want these in our remote state object
// "EUID": true, // "EUID": true,