diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2014-03-06 02:06:22 +0200 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2014-03-06 02:06:22 +0200 |
commit | 0fbaa6f5eee9649e245f70657a40760f37ad6fda (patch) | |
tree | c1627865a441f879afedb38d60cd3613800ec412 /.gitignore | |
parent | a9e20289813396249b6f57c04035ed505e672337 (diff) | |
download | profani-tty-0fbaa6f5eee9649e245f70657a40760f37ad6fda.tar.gz |
fixed build error when make run with -jN option
Race can occur when gitversion file isn't fully generated before it is used.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e34cfbfb..763f3903 100644 --- a/.gitignore +++ b/.gitignore @@ -32,7 +32,8 @@ TODO plugins/ *_key.txt *_fingerprints.txt -src/gitversion.c +src/gitversion.h +src/gitversion.h.in *_key.txt *_fingerprints.txt TAGS |