Skip to content

Commit 2726a78

Browse files
author
Mikaël BRIDAY
committed
Posix start
1 parent 09d7aac commit 2726a78

File tree

4 files changed

+1012
-306
lines changed

4 files changed

+1012
-306
lines changed

.gitignore

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
.DS_Store
1+
*~
2+
## Vim...
3+
.*.swp
4+
##python
5+
*.pyc
6+
##Xcode related file
7+
*.pbxproj
8+
##build stuff
9+
*.o
10+
*.dep
11+
##Mac OS X stuff
12+
.DS_Store
13+
##LaTeX stuff
14+
*.aux
15+
*.log
16+
*.idx
17+
*.bbl
18+
*.blg
19+
*.synctex.gz
20+
*.toc
21+
*.out
22+
*.fdb_latexmk
23+
*.fls

posix/booklet/img/viper.pdf

29 KB
Binary file not shown.

0 commit comments

Comments
 (0)