Remove target from gitignore as it was causing problems

This commit is contained in:
RichardG867 2021-11-17 18:16:23 -03:00
parent f15f2c96e9
commit 09529eaf2f
2 changed files with 0 additions and 4 deletions

View File

@ -172,9 +172,6 @@ then
# Clean local tree of gitignored files.
git clean -dfX
# Recreate output directory if it was removed by git clean.
[ ! -d "$cwd" ] && mkdir -p "$cwd"
# Save current HEAD commit to VERSION.
git log --stat -1 > VERSION || rm -f VERSION

1
.gitignore vendored
View File

@ -30,7 +30,6 @@ Makefile
/archive_tmp
/static2dll.*
/VERSION
/target
*.zip
*.tar
*.tar.*