From 6fea3016627bc263190c4f069dce5b335eee1b95 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Wed, 29 Aug 2018 16:06:51 +1000
Subject: [PATCH] Adds a gitignore file

---
 .gitignore | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..d3f9cc29f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+.coverage
+build/
+dist/
+docs/_*
+tupak.egg-info/
+MANIFEST
+*.pyc
+*.png
+*.h5
+*.h5.old
+*.txt
+*.log
+*.dat
+*.version
+*.ipynb_checkpoints
+outdir/*
\ No newline at end of file
-- 
GitLab