diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 15:41:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 15:41:20 +0300 |
commit | 30df505b480917800c5876a51b159240e2a002e2 (patch) | |
tree | 1432c5607115e465c622ab86d694b36d7dfeaae5 /README-GIT | |
parent | a685c476343a4959197c639661fe5ef4d8d4f216 (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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README-GIT b/README-GIT new file mode 100644 index 0000000..be3ee92 --- /dev/null +++ b/README-GIT @@ -0,0 +1,5 @@ +The checked out odb/sqlite/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/sqlite/version-build2.hxx |