mirror of
https://gitlab.isc.org/isc-projects/kea.git
synced 2025-12-20 00:53:34 +08:00
Add a basic .gitignore to ignore build related fluff
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
.deps/
|
||||
.libs/
|
||||
Makefile
|
||||
Makefile.in
|
||||
TAGS
|
||||
|
||||
/aclocal.m4
|
||||
/autom4te.cache/
|
||||
/config.guess
|
||||
/config.h
|
||||
/config.h.in
|
||||
/config.log
|
||||
/config.report
|
||||
/config.status
|
||||
/config.sub
|
||||
/configure
|
||||
/cscope.files
|
||||
/cscope.out
|
||||
/depcomp
|
||||
/install-sh
|
||||
/libtool
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/py-compile
|
||||
/stamp-h1
|
||||
Reference in New Issue
Block a user