git client
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6f76275
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+tests/build/
+*.swp
+*.pyc
\ No newline at end of file
diff --git a/tests/pillar/client_single.sls b/tests/pillar/client_single.sls
index 68ce426..b049fc4 100644
--- a/tests/pillar/client_single.sls
+++ b/tests/pillar/client_single.sls
@@ -1,3 +1,6 @@
 git:
   client:
     enabled: true
+linux:
+  system:
+    enabled: true