repo.or.cz
/
sudos
/
9s12.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The Last Update. This Repo Will Be Suspended Forever...
[sudos/9s12.git]
/
.gitignore
blob
680b9b3e7414dc2d3f1597c751b1b9b7f9390af4
1
# Define the files ignored by git repo
2
3
! .gitignore
4
5
# Ignore all
6
*.*
7
8
# But ...
9
! *.c
10
! *.h
11