X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5dbf5c8ea2d9eb2bc8e10a03ca625f12ed71f12c..cd3966ee048de85447418f00869eec59b38fd7b2:/services/api/.gitignore diff --git a/services/api/.gitignore b/services/api/.gitignore index 4ad5e10faa..793e981b50 100644 --- a/services/api/.gitignore +++ b/services/api/.gitignore @@ -2,8 +2,7 @@ /db/*.sqlite3 # Ignore all logfiles and tempfiles. -/log/*.log -/log/*.log.gz +/log /tmp # Sensitive files and local configuration @@ -28,3 +27,12 @@ # Dev/test SSL certificates /self-signed.key /self-signed.pem + +# Generated git-commit.version file +/git-commit.version + +# Generated when building distribution packages +/package-build.version + +# Debugger history +.byebug_history \ No newline at end of file