mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-30 06:48:20 +00:00
buildcore.sh script, the CWD is not the git repo. Use full path Add the Release.save* file into the .gitignore in order to not track this temporary file during the build
5 lines
125 B
Plaintext
5 lines
125 B
Plaintext
# ignore the documentation build files
|
|
docs/build
|
|
# Ignore the temporary file for creating the Release version
|
|
Release.save*
|