Updated gitignore

This commit is contained in:
Paradox
2013-11-28 11:41:04 +01:00
parent 3293594fb0
commit 09331774f6
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -29,3 +29,5 @@ parabotv2/parabotv2.iml
parabotv2/src/META-INF/MANIFEST.MF
.idea/artifacts/Parabot_V2_02.xml
.idea/artifacts/parabotv2.xml
+2
View File
@@ -84,6 +84,8 @@ public final class Landing {
username = args[++i];
password = args[++i];
break;
case "-proxy":
Ip.spoofIP(args[++i], args[++i]);
break;