-
Notifications
You must be signed in to change notification settings - Fork 26
/
.gitignore
117 lines (117 loc) · 1.81 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
*~
.DS_Store
*.pyc
aclocal.m4
autom4te.cache
*.a
*.so
*.o
*.bak
*.dot
.*.swp
.*.swo
*.gz
*.la
*.lo
*.fulltop
*.perf
*.ptab
*.top
*core*
hostnamefn.*
Makefile
Makefile.in
config.h
config.log*
config.status
config.h.in
config/libtool.m4
config/ltmain.sh
config/ltoptions.m4
config/ltversion.m4
config/lt~obsolete.m4
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/ltsugar.m4
config/missing
config/py-compile
config/ylwrap
configure
doc/refman/
doc/src/INSTALL
doc/src/LICENSE
doc/userguide/html/
examples/src/.deps/
examples/src/blah.Tpo
examples/src/hw
examples/src/mpi_ringtopo
examples/src/mpi_ringtopo_defunct
examples/src/rank_test
examples/src/to_test
examples/src/dysect_test
examples/src/template_test
examples/sessions/doit.sh
libtool
UpdatePerms
logs/
man/manpage.links
man/manpage.log
man/manpage.refs
scripts/STAT
scripts/STATBench
scripts/STATGUI
scripts/STATview
scripts/attach-helper
scripts/core_stack_merge
scripts/stat-core-merger
scripts/stat-bench
scripts/stat-cl
scripts/stat-gui
scripts/stat-view
scripts/dysect-view
scripts/stat-script
scripts/dysectc
scripts/mpi_segfault*
src/.deps/
src/.libs/
src/STATBenchD
src/STATBenchbin
src/STATD
src/STATbin
src/ssa_be_link.sh
src/ssa_fe_link.sh
src/STAT.py
src/STAT_wrap.C
src/to_wrap.C
src/tomod.py
src/dysect/DysectAPI/.deps/
src/dysect/DysectAPI/.libs/
src/dysect/libDysectAPI/src/.deps/
src/dysect/libDysectAPI/src/.libs/
src/dysect/libDysectAPI/src/expr-parser.cc
src/dysect/libDysectAPI/src/expr-parser.h
src/dysect/libDysectAPI/src/expr-parser.hh
src/dysect/libDysectAPI/src/expr-scanner.cc
src/dysect/libDysectAPI/src/expr-scanner.h
src/analyticslib/.deps/
src/analyticslib/.libs/
stamp-h1
stat_results
TODO
extra_stuff
slurm-*.out
r0*
mpi_ringtopo*
out*.txt
tags
test.msub
test.pdf
to_test
dysect-experiment*
/*.sh
*.gcov
*.gcda
*.gcno
hostnamefn.*