diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 14:03:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-08-24 16:15:58 +0300 |
commit | 63723c0313acf3fb1539fb9a301250bbcc263ecc (patch) | |
tree | f40e58657ab6e3f7c6d8627a276a54f8bb5b9bad /README-GIT | |
parent | ef4617c665c5e281377b4fa10e462d5fb6716a4f (diff) |
Add version.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..bf1aace --- /dev/null +++ b/README-GIT @@ -0,0 +1,4 @@ +The checked out libbrep/version.hxx will be overwritten during the build +process but these changes should be ignored. To do this automatically, run: + +git update-index --assume-unchanged libbrep/version.hxx |