Skip to content

Commit ad36687

Browse files
author
Daniel Kroening
authored
Merge pull request #3718 from martin-cs/fix/ignore-autogenerated-version
Correct the path of the autogenerated version file in .gitignore.
2 parents 1f28ddd + a028222 commit ad36687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Release/*
2828
*.obj
2929
*.a
3030
*.lib
31-
util/version.cpp
31+
src/util/version.cpp
3232
src/ansi-c/arm_builtin_headers.inc
3333
src/ansi-c/clang_builtin_headers.inc
3434
src/ansi-c/cprover_builtin_headers.inc

0 commit comments

Comments
 (0)