mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
Removed whitespace in .gitignore allow correct matching of files
This commit is contained in:
parent
962f7be131
commit
a803f7c076
86
.gitignore
vendored
86
.gitignore
vendored
@ -1,43 +1,43 @@
|
|||||||
# exclude
|
# exclude
|
||||||
.log
|
log
|
||||||
.guess
|
*.guess
|
||||||
.in
|
.in
|
||||||
.sub
|
*.sub
|
||||||
.status
|
.status
|
||||||
.m4
|
.m4
|
||||||
.lo
|
*.lo
|
||||||
.o
|
*.o
|
||||||
.a
|
*.a
|
||||||
.la
|
*.la
|
||||||
.so*
|
*.so*
|
||||||
/bin
|
/bin
|
||||||
m4
|
m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
/stamp-h1
|
/stamp-h1
|
||||||
/config.status
|
/config.status
|
||||||
config.log
|
config.log
|
||||||
/config.h
|
/config.h
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/config/
|
/config/
|
||||||
/config.h.in
|
/config.h.in
|
||||||
/configure
|
/configure
|
||||||
/install-sh
|
/install-sh
|
||||||
/compile
|
/compile
|
||||||
/depcomp
|
/depcomp
|
||||||
/ltmain.sh
|
/ltmain.sh
|
||||||
/autogen.sh
|
/autogen.sh
|
||||||
/configure
|
/configure
|
||||||
/missing
|
/missing
|
||||||
*~
|
*~
|
||||||
GIT_REVISION
|
GIT_REVISION
|
||||||
SVN_REVISION
|
SVN_REVISION
|
||||||
libtool
|
libtool
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
.gcno
|
.gcno
|
||||||
.gcda
|
.gcda
|
||||||
coverage_report
|
coverage_report
|
||||||
.project
|
.project
|
||||||
.cproject
|
.cproject
|
||||||
|
Loading…
Reference in New Issue
Block a user