diff options
Diffstat (limited to 'cpp/config/makegitignore.py')
-rwxr-xr-x | cpp/config/makegitignore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/makegitignore.py b/cpp/config/makegitignore.py index b6cfdd41bab..822621d1958 100755 --- a/cpp/config/makegitignore.py +++ b/cpp/config/makegitignore.py @@ -21,7 +21,7 @@ import os, sys, shutil, fnmatch, re, time # progname = os.path.basename(sys.argv[0]) -preamble = "// Generated by " + progname + ", " + time.ctime() +preamble = "// Generated by " + progname preamble = preamble + """ // IMPORTANT: Do not edit this file -- any edits made here will be lost! |