summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJean-Philippe Roemer <roemer.jp@gmail.com>2015-10-10 20:41:16 +0100
committerJean-Philippe Roemer <roemer.jp@gmail.com>2015-10-10 21:03:19 +0100
commitfc427432ed31029352ccf01491223c803bc22b6f (patch)
tree709522395dca640ea139a7dcd4d59474d5e5612f /.gitignore
parent2020bafee189c1ca57ec904f1a1f860e041b1a6c (diff)
downloadgitea-fc427432ed31029352ccf01491223c803bc22b6f.tar.gz
gitea-fc427432ed31029352ccf01491223c803bc22b6f.zip
Docker Container Restart Fix
- Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 383b32564c..d696aff5f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ docker/docker/Dockerfile
docker/docker/init_gogs.sh
gogs.sublime-project
gogs.sublime-workspace
+.tags*