File: .gitignore

package info (click to toggle)
invesalius 3.1.99994-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 86,760 kB
  • sloc: python: 31,038; makefile: 56
file content (48 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (2)
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