Skip to content

Commit cb3de5b

Browse files
committed
Initialization
0 parents  commit cb3de5b

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# no *.a, *.o, *.exe, *.stackdump files
2+
*.[saod]
3+
*.exe
4+
*.stackdump
5+
*~
6+
# but do track lib.a
7+
!lib.a
8+
# only ignore the root TODO file, not subdir/TODO
9+
/TODO
10+
# ignore all files in the build/ directory
11+
build/
12+
# Temporary Files
13+
tmp/
14+
# Dependency Files
15+
dep/
16+
# Tags Files
17+
tag/
18+
# Object Files
19+
obj/
20+
# ignore doc/notes.txt, but not doc/server/arch.txt
21+
doc/*.txt

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Parallel Computation
2+
- - -
3+
4+
Parallel Computation for Large-Scale Computers

0 commit comments

Comments
 (0)