forked from biolab/orange2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (55 loc) · 1.32 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
# Ignore files, generated during build.
source/**/ppp
source/**/px
# Ignore dot files.
.*
# Ignore backup files
*.orig
# Ignore temporary editor files.
*.swp
*~
# Ignore binaries.
*.py[cod]
*.so
*.dll
# Ignore files created by make
*.o
*.a
makefile.deps
source/orangeqt/build
source/_underscored
source/orange/lib_vectors_auto.txt
source/orangeom/lib_vectors.cpp
source/orangeom/lib_vectors_auto.txt
# Ignore files created by setup.py.
_build
build
dist
MANIFEST
Orange/version.py
*.egg-info
*.egg
distribute*.tar.gz
# Built documentation.
docs/*/html
# Files generated by tests.
Orange/testing/regression/*/*.changed.txt
Orange/testing/regression/*/*.crash.txt
Orange/testing/regression/*/*.new.txt
Orange/testing/regression/*/*.timedout.txt
Orange/testing/regression/*/*.png
Orange/testing/regression/tests_20/*.tab
Orange/testing/regression/tests_20/*.dot
Orange/doc/modules/*.png
docs/reference/rst/code/*.png
Orange/doc/modules/tree1.dot
Orange/doc/reference/del2.tab
Orange/doc/reference/undefined-saved-dc-dk.tab
Orange/doc/reference/undefined-saved-na.tab
Orange/testing/regression/results_orange25/unusedValues.py.txt
docs/reference/rst/code/iris.testsave.arff
docs/tutorial/rst/code/adult_sample_sampled.tab
docs/tutorial/rst/code/tree.dot
source/orangeqt/Makefile
#an attach point for system-wise installed add-ons
Orange/add-ons