.gitignore
532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
invesalius/*.classpath
invesalius/*.hg
invesalius/*.log
invesalius/*.project
invesalius/*.pyc
invesalius/*.swn
invesalius/*.swo
invesalius/*.swp
invesalius/data/*.log
invesalius/data/*.pyc
invesalius/data/*.pyd
invesalius/gui/*.log
invesalius/gui/*.pyc
invesalius/gui/widgets/*.log
invesalius/gui/widgets/*.pyc
invesalius/reader/*.log
invesalius/reader/*.pyc
.idea
*.pyc
*.swp
*.so
tags
*.c
.idea
build
*.patch
*.tgz
*.pyd
*.cpp
*.diff
*.directory
# latex
*.aux
*.toc
*.bbl
*.blg
*.fls
*.fdb_latexmk
*.synctex.gz
*.out
*.log