From b2a04c1238a0b83b1115c811d9bd3aa08d5c2eae Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 7 Apr 2011 04:03:00 +0200 Subject: Add locale directories to ".gitignore". Ensure we never `git add` any of those by accident. Signed-off-by: Lukas Fleischer --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0380e751..4c96589d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ web/lib/config.inc *.DS_Store web/html/xml/*.xml dummy-data.sql* +web/locale/*/ -- cgit v1.2.3-24-g4f1b