commit cd283ecd948cc7a9a6f40530843fda889fd2a7a7
Author: David Sorber <david.sorber@gmail.com>
Date:   Sat Feb 18 15:33:01 2017 -0500

    Removing accidentally added object file and adding a .gitignore file to prevent me from accidentally adding another one in the future.

diff --git a/software/photo_compress_archiver/.gitignore b/software/photo_compress_archiver/.gitignore
new file mode 100644
index 0000000..5761abc
--- /dev/null
+++ b/software/photo_compress_archiver/.gitignore
@@ -0,0 +1 @@
+*.o
diff --git a/software/photo_compress_archiver/PhotoCompressArchiver.o b/software/photo_compress_archiver/PhotoCompressArchiver.o
deleted file mode 100644
index 259b86f..0000000
Binary files a/software/photo_compress_archiver/PhotoCompressArchiver.o and /dev/null differ
