clean I
diff --git a/Auto_Merge1.bat b/Auto_Merge1.bat
deleted file mode 100644
index bf36116..0000000
--- a/Auto_Merge1.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Automatically merge the last commit through the following branches:
-# Integration-Releases -} master
-
-CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
-LAST_COMMIT=$(git rev-list -1 HEAD)
-
-echo Automatically merging commit $LAST_COMMIT from $CURRENT_BRANCH rippling to master
-
-case $CURRENT_BRANCH in
-Integration-Releases)
-  #git checkout Integration-Releases
-  #git merge $CURRENT_BRANCH
-  git checkout master
-  git merge $CURRENT_BRANCH
-  git checkout $CURRENT_BRANCH
-  ;;
-esac
\ No newline at end of file
diff --git a/autofile.txt b/autofile.txt
deleted file mode 100644
index e69de29..0000000
--- a/autofile.txt
+++ /dev/null
diff --git a/bash.exe.stackdump b/bash.exe.stackdump
deleted file mode 100644
index 24ab765..0000000
--- a/bash.exe.stackdump
+++ /dev/null
@@ -1,9 +0,0 @@
-Stack trace:
-Frame        Function    Args
-00000226178  0018007208E (0018026056D, 00180215E46, 00000226178, 00000225070)
-00000226178  00180046DF2 (000002260D8, 00000000000, 00000000000, 001005E6E6C)
-00000226178  00180046E32 (00180260629, 00000226028, 00000226178, 00000000000)
-00000226178  001800BDE7F (00000000000, 00000000000, 00000000000, 00000000000)
-00000226178  001800BE09F (000002261A0, 00000000000, 00000000000, 00000000000)
-00000226220  001800BF35A (000002261A0, 00000000000, 00000000000, 00000000000)
-End of stack trace