diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 15:30:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 15:30:43 +0300 |
commit | e3fe7cd2d1bc82a60445412986ea31d30e494a3d (patch) | |
tree | 6b15416ac28ada02e87ef0b95b6e8d0ba0ee6298 /README-GIT | |
parent | f750d9f0c919f5d112a201dc0a4746ca930dcedd (diff) |
Add version-build2.hxx back into distribution and don't clean it up from src
Diffstat (limited to 'README-GIT')
-rw-r--r-- | README-GIT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README-GIT b/README-GIT new file mode 100644 index 0000000..5375489 --- /dev/null +++ b/README-GIT @@ -0,0 +1,4 @@ +The checked out odb/version-build2.hxx will be overwritten during the build +process but these changes should be ignored. To do this automatically, run: + +git update-index --assume-unchanged odb/version-build2.hxx |