Commit ca544865b5079161c72a8dad24a7d715218d2db9

Authored by Paulo Henrique Junqueira Amorim
2 parents cc94cdde 89e39b44
Exists in user_guide_en

Merge branch 'user_guide_en' of https://github.com/paulojamorim/invesalius3 into user_guide_en

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
... ...