repo.or.cz
/
polyglot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ignoring top of file in fortran
[polyglot.git]
/
.gitignore
blob
00b459dbeffb09c68e7245c9f91bf524e0e01a9c
1
# avoid version control files.
2
.git
3
4
# avoid temp and backup files.
5
*~
6
*#
7
*.bak
8
*.old
9
*.rej
10
*.swp
11
*.tmp
12
t/tmp/*