18948: Update test.
[arvados.git] / services / api / .gitignore
index 29eb939002fa9dab98cb8feff4987d46151d0bc8..0962779658358c95006435c8566f1c8d3c1e97fd 100644 (file)
@@ -2,13 +2,11 @@
 /db/*.sqlite3
 
 # Ignore all logfiles and tempfiles.
-/log/*.log
-/log/*.log.gz
+/log
 /tmp
 
 # Sensitive files and local configuration
 /config/database.yml
-/config/initializers/omniauth.rb
 /config/application.yml
 
 # asset cache
@@ -31,3 +29,9 @@
 
 # Generated git-commit.version file
 /git-commit.version
+
+# Generated when building distribution packages
+/package-build.version
+
+# Debugger history
+.byebug_history