Updated .gitignore

This patch updates the .gitignore file to include several local test
assets.
diff --git a/.gitignore b/.gitignore
index b8ffd18..04e2184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
-/rpmbuild/
\ No newline at end of file
+/rpmbuild/
+/test.py
+/net.1.config
+/metadata.json
+/test.sh
+/userdata.yaml
\ No newline at end of file