-
Notifications
You must be signed in to change notification settings - Fork 119
/
.gitignore
73 lines (64 loc) · 1.56 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
70
71
72
73
# Compiled Python files
__pycache__/
*.py[cod]
*$py.class
# Temporary files
.cache
.pytest_cache
.known-python3-violations.log
# Text editor files
*~
*.swp
.vscode
# Mac nonsense
.DS_Store
# For git commit notifications and versioning
.git-notifier*
git-notifier.log
.gitversion
# Ignores examples from cctbx website
cctbx_website/examples
# Ignore cctbx version files
cctbx_version*
setup.py
# Ignore .yml files created by conda-devenv
cctbx.yml
cctbxlite.yml
# Ignores copied over from subversion:
cctbx/dev
cctbx/doc
cctbx/eltbx/henke.cpp
cctbx/eltbx/henke_tables_01_12.cpp
cctbx/eltbx/henke_tables_13_24.cpp
cctbx/eltbx/henke_tables_25_36.cpp
cctbx/eltbx/henke_tables_37_48.cpp
cctbx/eltbx/henke_tables_49_60.cpp
cctbx/eltbx/henke_tables_61_72.cpp
cctbx/eltbx/henke_tables_73_84.cpp
cctbx/eltbx/henke_tables_85_92.cpp
cctbx/eltbx/sasaki.cpp
cctbx/eltbx/sasaki_tables_01_12.cpp
cctbx/eltbx/sasaki_tables_13_24.cpp
cctbx/eltbx/sasaki_tables_25_36.cpp
cctbx/eltbx/sasaki_tables_37_48.cpp
cctbx/eltbx/sasaki_tables_49_60.cpp
cctbx/eltbx/sasaki_tables_61_72.cpp
cctbx/eltbx/sasaki_tables_73_82.cpp
cctbx/eltbx/xray_scattering/n_gaussian_raw.cpp
cctbx/uctbx/determine_unit_cell/NCDist.h.old.h
iotbx/detectors/adsc.img
mmtbx/ions/*.eff
mmtbx/ions/*.mtz
mmtbx/ions/*.pdb
mmtbx/regression/*.eff
mmtbx/regression/*.mtz
mmtbx/regression/*.pdb
scitbx/array_family/detail/operator_functors.h
scitbx/array_family/detail/std_imports.h
sphinx/build
xfel/clustering/test_cluster.py
mmtbx/suitename/test/
mmtbx/suitename/suitename.stderr.log
mmtbx/suitename/assist/
mmtbx/suitename/*.show.txt
*sublime*