-
Notifications
You must be signed in to change notification settings - Fork 14
/
.gitignore
44 lines (44 loc) · 1.43 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
.sync
.gitignore
.idea
.DS_Store
nefi2.komodoproject
output
_cache_
output/*
_cache_/*
/nefi2/output
/nefi2_prototype/*.pyc
/nefi2_prototype/model/*.pyc
/nefi2_prototype/model/algorithms/*.pyc
/nefi2_prototype/model/methods/*.pyc
/nefi2/nefi2/*.pyc
/nefi2/__pycache__/
/nefi2/model/algorithms/__pycache__/
/nefi2/model/__pycache__/*.pyc
/nefi2/model/.*.pyc
/nefi2/model/algorithms/*.pyc
/nefi2/model/categories/*.pyc
/nefi2/model/categories/__pycache__/
/nefi2/view/__pycache__/*.pyc
/nefi2/view/__pycache__/
/nefi2/install_scripts/*.whl
/nefi2/install_scripts/*.exe
/nefi2/install_scripts/*.tar.gz
/nefi2/controller/__pycache__
/nefi2/unittests/__pycache__
/nefi2/unittests/unittest_model/__pycache__
/gui_prototypes/Dennis/new/__pycache__/*.pyc
/gui_prototypes/Dennis/new/__pycache__/
/Pavels_pipeline_sanity_test/__pycache__/
/nefi2/_cache_/
/win_build/nefi2_win_amd64_msvc_2015/pyqtdeploy/build
/win_build/nefi2_win_amd64_msvc_2015/bin/model/algorithms/__pycache__/
/win_build/nefi2_win_amd64_msvc_2015/bin/model/categories/__pycache__/
/win_build/nefi2_win_amd64_msvc_2015/bin/_cache_/
/win_build/nefi2_win_amd64_msvc_2015/bin/output/
/win_osx/nefi2_win_amd64_msvc_2015/pyqtdeploy/build
/win_osx/nefi2_win_amd64_msvc_2015/bin/model/algorithms/__pycache__/
/win_osx/nefi2_win_amd64_msvc_2015/bin/model/categories/__pycache__/
/win_osx/nefi2_win_amd64_msvc_2015/bin/_cache_/
/win_osx/nefi2_win_amd64_msvc_2015/bin/output/