I use ANTLR 3.5 in my work. However, the auto-generated files (lexer and parser) always get the message:
"$ANTLR 3.5 D:\\PATH_OF_ANTLR_FILE\\Expression.g 2013-04-10 15:34:48"
Is there anyway to hide this message? I want hide the message since I take these files into version control system. The version control system will get conflict message if the date info in this message is mismatch with earlier one.