Commit 9b43b35d8914f67a46c13fe95d3d480a185dbe2b

Authored by Thiago Franco de Moraes
1 parent 98932bca
Exists in user_guide_en

Added latex temp compile files to gitignore

Showing 1 changed file with 13 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -33,4 +33,16 @@ build
33 33 *.cpp
34 34 *.diff
35 35  
36   -*.directory
37 36 \ No newline at end of file
  37 +*.directory
  38 +
  39 +
  40 +# latex
  41 +*.aux
  42 +*.toc
  43 +*.bbl
  44 +*.blg
  45 +*.fls
  46 +*.fdb_latexmk
  47 +*.synctex.gz
  48 +*.out
  49 +*.log
... ...