diff --git a/.gitignore b/.gitignore index da56395..8935caa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /bin/ +/build/ .classpath .project TotallyNotMalware.jar diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..88fd4bd --- /dev/null +++ b/build.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + +