From 1439df06bf2eac6de1693995b5a03e22c3b0f67a Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Fri, 7 Sep 2018 11:52:54 +0200
Subject: [PATCH] added gitignores and license

---
 .gitignore           | 3 +++
 LICENSE.md           | 9 +++++++++
 examens/.gitignore   | 2 ++
 exercices/.gitignore | 0
 tp/.gitignore        | 1 +
 5 files changed, 15 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 LICENSE.md
 create mode 100644 examens/.gitignore
 create mode 100644 exercices/.gitignore
 create mode 100644 tp/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..776f6ab
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+cours.pdf
+README.pdf
+cours.html
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..12ab03d
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,9 @@
+ Copyright (C)  2018  Orestis Malaspinas.
+
+
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.3
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ A copy of the license can be downloaded from:
+ https://www.gnu.org/licenses/fdl.html.
\ No newline at end of file
diff --git a/examens/.gitignore b/examens/.gitignore
new file mode 100644
index 0000000..e834405
--- /dev/null
+++ b/examens/.gitignore
@@ -0,0 +1,2 @@
+*.md
+*.pdf
diff --git a/exercices/.gitignore b/exercices/.gitignore
new file mode 100644
index 0000000..e69de29
diff --git a/tp/.gitignore b/tp/.gitignore
new file mode 100644
index 0000000..a136337
--- /dev/null
+++ b/tp/.gitignore
@@ -0,0 +1 @@
+*.pdf
-- 
GitLab