forked from disorderedmaterials/dissolve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (56 loc) · 810 Bytes
/
.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
# Makefile stuff
*.in
/config/
configure
aclocal.m4
/autom4te.cache/
Makefile
.deps/
.direnv
config.h
config.log
config.status
libtool
stamp-h1
# Build objects
*.a
*.o
*.la
*.lo
*.cc
*.hh
ui_*
moc_*
*.kdev4
build/
build-*/
*.exe
# Miscellaneous
*swp
changes
*.tokens
.gdb_history
# Example files
*.beat
*.restart
*.restart.prev
*.state
# Test files
*.gr
*.sq
*.rewrite
tests/epsr/D2O-ReferenceData.q
tests/epsr/D2O-ReferenceData.r
tests/epsr/EPSR01-EstSQ-HW-HW.txt
tests/epsr/EPSR01-EstSQ-OW-HW.txt
tests/epsr/EPSR01-EstSQ-OW-OW.txt
tests/epsr/H2O-ReferenceData.q
tests/epsr/H2O-ReferenceData.r
tests/epsr/H2O-weighted-total.gr.broad
tests/epsr/H2OX-weighted-total.gr.broad
tests/epsr/HDO-ReferenceData.q
tests/epsr/HDO-ReferenceData.r
tests/data/dissolve/input/TestOutput_*
# Visual Studio
.vscode/
.vs/