Do not commit po/Makefile anymore

This commit is contained in:
Alexander van Gessel 2012-09-10 11:30:32 +01:00
parent 4a37c1ac3c
commit 6587d02ef4

View file

@ -103,7 +103,7 @@ if __name__ == "__main__":
mod, name = line.split()
if mod == "D":
to_rm.append(name)
elif mod == "M" and name.endswith((".po", "LC_MESSAGES/{0}.mo".format(longname), "po/{0}.pot".format(longname), "po/Makefile")):
elif mod == "M" and name.endswith((".po", "LC_MESSAGES/{0}.mo".format(longname), "po/{0}.pot".format(longname))):
to_add.append(name)
else:
logging.info("Ignoring {0}".format(line))