-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (45 loc) · 863 Bytes
/
.gitignore
File metadata and controls
52 lines (45 loc) · 863 Bytes
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
# dev environment
.idea/
.DS_Store
.python-version
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
*.pyc
*.swp
/test/run
*.o
.nfs*
docking/DOCK/src/libfgz/libfgz64.a
docking/DOCK/src/i386/dock32
docking/DOCK/src/i386/dock32d
docking/DOCK/src/i386/dock64
docking/DOCK/src/i386/dock64d
docking/DOCK/src/i386/*.disasm
docking/DOCK/src/i386/*.oo
docking/DOCK/src/i386/*.mod
docking/DOCK/src/i386/*.moddep
docking/DOCK/src/i386/pgprof.ccff/dock_prof64.ccff/*
ligand/*/*.bak
docking/DOCK/bin/dock64_*
docking/DOCK/bin/dock32
docking/DOCK/bin/dock32d
docking/DOCK/bin/dock64
docking/DOCK/bin/dock64d
docking/DOCK/bin/dock.csh
docking/DOCK/bin/get_dock_files.csh
docking/DOCK/src/version.f
#
*.log
dist/
*.pdb
*.png
*.ipynb
.ipynb_checkpoints/