🙈 Fix gitignore
This commit is contained in:
parent
4284fe1ccf
commit
e799d0d4d5
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
||||||
.vscode/
|
.vscode
|
||||||
patcher-installer
|
patcher-installer
|
||||||
|
|
|
@ -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 '?':
|
||||||
|
|
Loading…
Reference in a new issue