summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-04-06 13:29:29 +0200
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-04-06 13:29:29 +0200
commitb3ad3f202478dd88a3cfe4461703bc3df1019f90 (patch)
tree7b3a5836c6ce1d0618cf02086ca3c92073a88d78 /.gitignore
parentae2089a98ebfac56fabb5d1027c549ea13b1622c (diff)
downloadgitlab-ce-b3ad3f202478dd88a3cfe4461703bc3df1019f90.tar.gz
Added the dump.rdb file to gitignore
Whenever i'm working on GitLab I have redis running, but redis is generating a db dump file called dump.rdb, I dont think that should be checked in, so it should be on the gitignore list
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa822771ec2..d151849b713 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ doc/code/*
public/uploads.*
public/assets/
.envrc
+dump.rdb