-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
92 lines (87 loc) · 1.27 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
*.o
*.a
*.so
*.dylib
*.pyo
*.pyc
*.class
a.out
.all_configs
.last_config
.project
.cproject
.gitignore
.ptp-sync
.ptp-sync-folder
.pydevproject
x86_64
bgl
bgp
bgq
craycnl
apple
mic_linux
arm_android
cscope.*
tags
TAGS
.configure_env
.active_stub
.active_stubs
.nfs*
# Ignore build files
tools/src/android/dexInjector/*.jar
tools/src/android/dexInjector/edu
*.ppk
profile.*
*.edf
*.trc
*.slog2
# TAU build files
.clean
.settings
Makefile
etc/dbschema.h2
etc/dbschema.h2.txt
etc/dbschema.sqlite.txt
etc/perfexplorer.skel
etc/taudb.sql
etc/taudb.sqlite.sql
examples/Makefile
examples/iowrappers/posixio/out.dat
include/Makefile
include/TAU.h
include/tau_config.h
include/tauarch.h
include/tauroot.h
libunwind-*
libdwarf-*
src/TraceInput/Makefile
src/wrappers/Makefile
tools/src/TauIL/Makefile.inc
tools/src/perfexplorer/configure
utils/FixMakefile.info
utils/FixMakefile.sed
utils/include/Makefile
utils/opari/opari
utils/pprof
utils/sedexamples.out
utils/tau_convert
utils/tau_cupti_avail/tau_cupti_avail
utils/tau_header_list
utils/tau_instrumentor
utils/tau_merge
utils/tau_reduce
utils/tau_selectfile
utils/tau_wrap
utils/trace2profile/trace2profile
utils/tau2otf2
utils/tau_trace2json
core
# examples
examples/mm/matmult
include/omp*
*.dSYM
# Python, Jupyter stuff
.ipynb_checkpoints
__pycache__