repo.or.cz
/
C_programing_practice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A small, insignificant adjustment.
[C_programing_practice.git]
/
.gitignore
blob
aa4726e0f5ae1e1e6a5c3d09b0fa147c17dfcf5b
1
# .gitignore
2
3
# autogenerated files of the autotools buildsystem
4
Makefile
5
Makefile.in
6
7
configure
8
aclocal.m4
9
autom4te.cache/
10
config.h
11
config.h.in
12
config.log
13
config.status
14
depcomp
15
install-sh
16
missing
17
stamp-h1
18
count_lines
19
# files starting with a dot
20
.*
21
# except for .gitignores
22
!.gitignore