Commit 15521f46 authored by Andrey Filippov's avatar Andrey Filippov

added new line before appending .gitignore

parent 7f913ad4
......@@ -48,6 +48,7 @@ git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch CONTR
echo "Modifying gitignore to include removed files/directories"
cat << EOF >> .gitignore
src/com/elphel/vdt/veditor
_generated
src/com/elphel/vdt/core/launching/VDTErrorParser.java
......@@ -55,6 +56,7 @@ about_veditor.html
ChangeLogVeditor.txt
CONTRIBUTORS_VEDITOR.txt
EOF
git commit .gitignore -m "added files to be generated by patching VEditor"
cd "$INITIAL_DIRECTORY"
pwd
exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment