diff --git a/.gitattributes b/.gitattributes
index 7093e62ce67d3dabb18028e363dde3379d82ee5c..1efa6b717c0e10c6c6add4a9fb416df45e7d5b3c 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,4 @@
 * text=auto !eol
-/SMP-analyze.sh -text
-/collectIPSresults.sh -text
+/SMP-analyze-remote.sh -text
 /findso.pl -text
+/manifest.txt -text
diff --git a/SMP-analyze.sh b/SMP-analyze-remote.sh
similarity index 100%
rename from SMP-analyze.sh
rename to SMP-analyze-remote.sh
diff --git a/collectIPSresults.sh b/collectIPSresults.sh
deleted file mode 100755
index 1c79df370e4034f4a2a9f4626d11e4e5f533d2d5..0000000000000000000000000000000000000000
--- a/collectIPSresults.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-hosts="U64-01 U64-02 U64-03 U64-04 U64-05 U64-06 U64-07 U64-08 U64-09 U64-10 U64-11 U64-12 U64-13 U64-14 U64-15 U64-16 U64-17 U64-18 U64-19 U64-20"
-
-remoteUser="ps1"
-
-for host in $hosts; do
-  scp $remoteUser@$host:/tmp/$host-results.txt .
-done;
-
-echo "Hostname, Copy Time, Wait Time, Execute Time, Copy Answer Time" >>IdaPro-timings.txt
-cat *-results.txt >>IdaPro-timings.txt
-rm *-results.txt
diff --git a/manifest.txt b/manifest.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f56edba80d478e4c3e3f30201718c988492fe714
--- /dev/null
+++ b/manifest.txt
@@ -0,0 +1,2 @@
+file findso.pl stars
+file SMP-analyze-remote.sh stars