18948: Update test.
[arvados.git] / services / api / .gitignore
index 1b76c6446b10fd1bad8e441d617654fe1e6b7ec3..0962779658358c95006435c8566f1c8d3c1e97fd 100644 (file)
@@ -2,13 +2,11 @@
 /db/*.sqlite3
 
 # Ignore all logfiles and tempfiles.
-/log/*.log
+/log
 /tmp
 
 # Sensitive files and local configuration
-/config/api.clinicalfuture.com.*
 /config/database.yml
-/config/initializers/omniauth.rb
 /config/application.yml
 
 # asset cache
 /Capfile*
 /config/deploy*
 
+# SimpleCov reports
+/coverage
+
+# 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