From 4fd98654a210b5612443ea76157f861b133ff9dc Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Wed, 15 Apr 2020 10:43:25 +0200 Subject: [PATCH] =?UTF-8?q?Ignore=20quelques=20fichiers=20g=C3=A9n=C3=A9r?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ test.org | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e6479a7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +/test.html +/sin.png +/courbe.png +/test.pdf +/test.tex +/_minted*/ diff --git a/test.org b/test.org index a20e5e6..1062085 100644 --- a/test.org +++ b/test.org @@ -22,7 +22,7 @@ L'utilisation reste très basique, mais cela donne un aperçu de ce qu'on peut faire. Pour changer le style de rendu ~html~, on peut simplement remplacer -~readtheorg~ par ~bigblow~. +~bigblow~ par ~readtheorg~. * Bases D'abord, on peut juste afficher un bloc de code sans l'évaluer #+BEGIN_SRC python :exports code :eval no -- GitLab