From 36699a0caad15179d840419882bc18e4c709a991 Mon Sep 17 00:00:00 2001
From: Makayla Shepherd <mshepherd@usgs.gov>
Date: Tue, 23 Jan 2018 13:00:17 -0700
Subject: [PATCH] Added .gitignore and README

---
 .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++
 README.md  |  2 ++
 2 files changed, 46 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 README.md

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..e01179313c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,44 @@
+# Ignore all
+*
+
+# Unignore all with extensions
+!*.*
+
+# Unignore all dirs
+!*/
+
+!Makefile
+
+*.cub
+*.o
+*.so
+*.so.*
+*.a
+moc_*
+*.pb.*
+*.lbl
+*.img
+
+!TestPreferences
+
+print.prt
+
+object_script.*.Release
+object_script.*.Debug
+*_plugin_import.cpp
+*.moc
+ui_*.h
+
+*/3rdParty/*
+!*/3rdParty/Makefile
+
+*/inc/*
+
+*/bin/*
+
+*/lib/*
+
+*/tsts/*/input/*
+*/tsts/*/truth/*
+*/tsts/*/output/*
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..6c1a4a93bf
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# ISIS3
+Integrated Software for Imagers and Spectrometers ISIS3 public release site
-- 
GitLab