summaryrefslogtreecommitdiff
path: root/cpp/config/makegitignore.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/config/makegitignore.py')
-rwxr-xr-xcpp/config/makegitignore.py2
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!