Remove target from gitignore as it was causing problems
This commit is contained in:
parent
f15f2c96e9
commit
09529eaf2f
@ -172,9 +172,6 @@ then
|
|||||||
# Clean local tree of gitignored files.
|
# Clean local tree of gitignored files.
|
||||||
git clean -dfX
|
git clean -dfX
|
||||||
|
|
||||||
# Recreate output directory if it was removed by git clean.
|
|
||||||
[ ! -d "$cwd" ] && mkdir -p "$cwd"
|
|
||||||
|
|
||||||
# Save current HEAD commit to VERSION.
|
# Save current HEAD commit to VERSION.
|
||||||
git log --stat -1 > VERSION || rm -f VERSION
|
git log --stat -1 > VERSION || rm -f VERSION
|
||||||
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,7 +30,6 @@ Makefile
|
|||||||
/archive_tmp
|
/archive_tmp
|
||||||
/static2dll.*
|
/static2dll.*
|
||||||
/VERSION
|
/VERSION
|
||||||
/target
|
|
||||||
*.zip
|
*.zip
|
||||||
*.tar
|
*.tar
|
||||||
*.tar.*
|
*.tar.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user