diff options
Diffstat (limited to 'auth/sample/cass_data/.gitignore')
-rw-r--r-- | auth/sample/cass_data/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/sample/cass_data/.gitignore b/auth/sample/cass_data/.gitignore index cf80647d..b4676f2b 100644 --- a/auth/sample/cass_data/.gitignore +++ b/auth/sample/cass_data/.gitignore @@ -1,3 +1,5 @@ +# these dat files are transient, for runtime only +# they are not initialization data. cert.dat history.dat delegate.dat @@ -6,5 +8,10 @@ future.dat approved.dat notify.dat x509.dat +cache.dat +locate.dat +locate_ports.dat +oauth_token.dat +run_lock.dat dats/ *.gz |