forked from Sandia-OpenSHMEM/SOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (63 loc) · 808 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
62
63
64
65
66
.libs
.deps
.dirstamp
*.o
*.lo
*.la
.*.sw*
stamp-h?
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.h.in~
config.log
config.status
configure
libtool
libfabric.spec
doxygen
mpichconf.h*
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/libtool.m4
config/ltmain.sh
config/lt*.m4
config/missing
config/test-driver
mpp/shmem.fh
mpp/shmem.h
mpp/shmem.h4
mpp/shmemx.h4
mpp/pshmem.h4
mpp/shmemx.fh
mpp/shmemx.h
sandia-openshmem.spec
src/oshCC
src/oshc++
src/oshcc
src/oshfort
src/oshrun
src/atomic_c.c
src/collectives_c.c
src/collectives_f.c
src/data_c.c
src/data_f.c
src/synchronization_c.c
test/unit/.Tpo
*.log
*.trs
test/**/*
!test/**/*/
!test/**/*.c
!test/**/*.h
!test/**/*.am
!test/**/README
!test/**/*.f90
!test/**/*.cpp