Skip to content

Commit 5c9237a

Browse files
committedApr 12, 2016
Architect Code
0 parents  commit 5c9237a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+12291
-0
lines changed
 

‎.gitignore

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Compiled Object files
2+
Architect
3+
*.slo
4+
*.lo
5+
*.o
6+
*.obj
7+
*.suo
8+
*.u2d
9+
*.sdf
10+
*.user
11+
*.swp
12+
13+
# Precompiled Headers
14+
*.gch
15+
*.pch
16+
17+
# Compiled Dynamic libraries
18+
*.so
19+
*.dylib
20+
*.dll
21+
22+
# Fortran module files
23+
*.mod
24+
25+
# Compiled Static libraries
26+
*.lai
27+
*.la
28+
*.a
29+
*.lib
30+
31+
# Executables
32+
*.exe
33+
*.out
34+
*.app
35+
ALaDyn
36+
ALaDyn.debug
37+
log.txt
38+
[Dd]ebug/
39+
x64/[Dd]ebug/
40+
[Rr]elease/
41+
x64/[Rr]elease/
42+
cnaf.debug_gnu
43+
cnaf.debug_ifort
44+
cnaf.perf_gnu
45+
cnaf.perf_gnu_avx
46+
cnaf.perf_ifort
47+
cineca.debug_gnu
48+
cineca.debug_xl
49+
cineca.perf
50+
fermi.debug_gnu
51+
fermi.debug_xl
52+
fermi.perf
53+
fermi.scal
54+
eurora.perf
55+
galileo.perf
56+
galileo.gnu
57+
juqueen.perf
58+
plx.perf
59+
cygwin.perf
60+
*~
61+
opt_report.txt
62+
*.optrpt
63+
*epic.txt
64+
*opic.txt
65+
packages
66+
*.opendb
67+
*.pdb
68+
bin/
69+
obj/
70+
71+
Architect

0 commit comments

Comments
 (0)
Please sign in to comment.