diff options
-rw-r--r-- | README-GIT | 4 | ||||
-rw-r--r-- | libbutl/.gitignore | 1 | ||||
-rw-r--r-- | libbutl/version.hxx | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/README-GIT b/README-GIT new file mode 100644 index 0000000..1ca0940 --- /dev/null +++ b/README-GIT @@ -0,0 +1,4 @@ +The checked out libbutl/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 libbutl/version.hxx diff --git a/libbutl/.gitignore b/libbutl/.gitignore deleted file mode 100644 index 426db9e..0000000 --- a/libbutl/.gitignore +++ /dev/null @@ -1 +0,0 @@ -version.hxx diff --git a/libbutl/version.hxx b/libbutl/version.hxx new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libbutl/version.hxx |