🙈 Fix gitignore

This commit is contained in:
C-3PO 2018-09-14 02:06:02 +02:00
parent 4284fe1ccf
commit e799d0d4d5
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
.vscode/ .vscode
patcher-installer patcher-installer

View file

@ -74,7 +74,7 @@ struct arguments parseArguments(int argc, char *argv[]) {
state.isEncrypted = true; state.isEncrypted = true;
break; break;
} }
case 'p': //prev file for xdelta3 case 'p': //previous file for xdelta3
state.prevFile = optarg; state.prevFile = optarg;
break; break;
case '?': case '?':