From 8ea53d6b65de67718e677fa4cdddcc99943f4ca1 Mon Sep 17 00:00:00 2001 From: Adrien Ollier <aollier@users.noreply.github.com> Date: Tue, 22 Jan 2019 07:26:52 +0100 Subject: [PATCH] ignore po4a/ as long as po4a project is not mature Signed-off-by: Adrien Ollier <aollier@users.noreply.github.com> --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index def9766..d6e3e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ Gemfile.lock */*.xml */*.dep+ !en/*.txt -po/*.mo \ No newline at end of file +po/*.mo +po4a/ -- GitLab