forked from ilastik/ilastik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (56 loc) · 1.02 KB
/
.gitignore
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
*~
build
tests/*.h5
!tests/data/inputdata/smallVideo.h5
!tests/data/inputdata/smallVideoSimpleSegmentation.h5
!tests/data/inputdata/mitocheck_2d+t/mitocheck_small_2D+t.h5
!tests/data/inputdata/mitocheck_2d+t/mitocheck_small_2D+t_export.h5
*.pyc
*.goutputstream
*.pyo
*.kdev4
.DS_Store
*/*.pyc
*.*~
tests/*.png
tests/images
.project
*.h5
.pydevproject
build/
dist/
ilastik.egg-info/
.settings
test.svg
geany_run_script.bat
*.lp
*.log
*.orig
ilastik/applets/counting/cwrapper/gurobi
ilastik/applets/counting/cwrapper/cplex
CMakeFiles
CMakeCache*
*.cmake
ilastik/applets/counting/cwrapper/Makefile
# PyCharm project folder
.idea
# Vim swap files
*.s[a-w][a-z]
*.un~
.netrwhist
# Ctags file
tags
# cscope output
cscope.out
# qt designer autosave
*.autosave
tests/recorded_test_cases/ObjectClassification/cube_objects_binary.npy
tests/recorded_test_cases/ObjectClassification/cube_objects_raw.npy
# mergetool backups
*.py.BACKUP.*.py
*.py.BASE.*.py
*.py.LOCAL.*.py
*.py.REMOTE.*.py
*.py.orig.*.py
# pycharm project settings folder
.idea/