repo.or.cz
/
agdavaarregn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A compass, map, and course loggbook is added
[agdavaarregn.git]
/
.gitignore
blob
e03690fa0ac36cb5475f446ead9f8071f0366a69
1
# generic
2
*~*
3
*#*
4
5
# latex specific
6
*.aux
7
*.dvi
8
*.log
9
*.lyx
10
*.nav
11
*.out
12
*.snm
13
*.toc
14
*.vrb
15
16
# misc file types
17
*.bak
18
*.eps
19
*.jpg
20
*.pdf
21
*.eepic
22
23
# Test files and temporary files
24
test.d
25
test.d/test
26
tmp
27
28
# Octave
29
octave-core
30
31
# For triangelstart document
32
lathund/input
33
triangelstart/input
34
35