mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-29 22:38:19 +00:00
The build will also checkout the changelog files at the completion of the build so that we are able to switch releases for Ubuntu. This is caused by the build running in xcat-core instead of creating a build directory for each release, like Linux is doing.
13 lines
200 B
Plaintext
13 lines
200 B
Plaintext
#
|
|
# Adding .gitignore files because debian builds are being done in the xcat-core
|
|
# directory, causing issues when switching branches.
|
|
#
|
|
*debhelper.log
|
|
*substvars
|
|
*man1
|
|
*man3
|
|
*man5
|
|
*man7
|
|
*man8
|
|
*.tmp
|