diff --git a/.gitignore b/.gitignore
index faa5f54..c8d8f9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,5 +4,5 @@
 #     https://www.atlassian.com/git/tutorials/saving-changes/gitignore
 
 # Assembly folders
-Firmware/
-Output/
+archive/
+firmware/
diff --git a/library/gk7205v200/.dot b/library/gk7205v200/.dot
deleted file mode 100644
index e69de29..0000000
diff --git a/library/hi3518ev200/.dot b/library/hi3518ev200/.dot
deleted file mode 100644
index e69de29..0000000
diff --git a/library/t31/.dot b/library/t31/.dot
deleted file mode 100644
index e69de29..0000000
diff --git a/stapler b/stapler
index c0b7db4..45d7a0b 100755
--- a/stapler
+++ b/stapler
@@ -24,7 +24,7 @@ echo_c() {
 
 2archive() {
     mkdir -p ../archive/${PROJECT}_${OUTTIME}
-    cp -av output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
+    cp -a output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
     echo_c 35 "\nYou can get the new assembled firmware components here:\n"
     tree -C ../archive/${PROJECT}_${OUTTIME}
 }