summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 15:31:20 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-04-10 16:27:49 +0200
commita85f140ace11e4e53a5283737353c53f96f6a515 (patch)
tree591077700879a5d238428d6a1c8e67e5f9024d7d /.gitignore
parent8bca269b81b348ee259b92853fb2dc5bd54c5443 (diff)
downloadaur-a85f140ace11e4e53a5283737353c53f96f6a515.tar.gz
aur-a85f140ace11e4e53a5283737353c53f96f6a515.tar.xz
Add ".mo" and ".po~" files to ".gitignore".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c96589d..b1fb977e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ web/lib/config.inc
web/html/xml/*.xml
dummy-data.sql*
web/locale/*/
+po/*.mo
+po/*.po~