[PATCH 1/2] Ignore .po and generated files in po/

David Shea dshea at redhat.com
Wed Dec 11 16:43:46 UTC 2013


The po files are pulled from transifex, and we make the rest.

Related: rhbz#1040240
---
 .gitignore | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8db5ada..9bb588d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,6 @@
 *.pyo
 ~.~
 .#*
-
+po/*.po
+po/*.gmo
+po/tmp
-- 
1.8.4.2



More information about the anaconda-patches mailing list