2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-29 22:38:19 +00:00
Files
xcat-core/.gitignore
Victor Hu 9c1d637829 Fix the issue with restoring the Release file because at the end of the
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
2017-01-10 09:45:06 -05:00

5 lines
125 B
Plaintext

# ignore the documentation build files
docs/build
# Ignore the temporary file for creating the Release version
Release.save*