From d83352182cc0d4eb9879a3e81067060a7f8fc594 Mon Sep 17 00:00:00 2001 From: Yoann Kehler Date: Thu, 3 Oct 2019 17:29:16 +0200 Subject: [PATCH] Added .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ee99332 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +## This is the .gitignore file. Files listed here +## can only be added with git add -f +## and are ignored otherwise + + +# Output file (don't store binary data unless needed) +*.pdf + +# Compile helper files +*.acn +*.acr +*.alg +*.aux +*.ist +*.log +*.fls +*.fdb_latexmk + + + +# Common editor save files +*.bak + +## vim +*.swp +*.swo + +##gedit +*.tex~