mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
Proper .gitignore files
The standard stuff that is needed in ignore files to make git status etc commands not to freak out after a build. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
a86dc60b73
commit
1d308d8de9
2 changed files with 28 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache/
|
||||||
|
config.guess
|
||||||
|
config.h
|
||||||
|
config.h.in
|
||||||
|
config.h.in~
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
contrib/Makefile
|
||||||
|
contrib/Makefile.in
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
libtool
|
||||||
|
ltmain.sh
|
||||||
|
m4/*.m4
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
man/Makefile
|
||||||
|
man/Makefile.in
|
||||||
|
missing
|
||||||
|
src/.deps/
|
||||||
|
src/Makefile
|
||||||
|
src/Makefile.in
|
||||||
|
src/*.o
|
||||||
|
stamp-h1
|
||||||
1
src/.gitignore
vendored
Normal file
1
src/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
dhcpd-pools
|
||||||
Loading…
Add table
Add a link
Reference in a new issue