Added .hgignore.
This commit is contained in:
parent
158735b59a
commit
15d4bee23c
|
|
@ -0,0 +1,86 @@
|
|||
syntax: glob
|
||||
|
||||
**.ko
|
||||
**.ko.cmd
|
||||
**.lo
|
||||
**.mod.c
|
||||
**.o
|
||||
**.o.cmd
|
||||
.tmp_versions
|
||||
ChangeLog
|
||||
Doxyfile
|
||||
Kbuild
|
||||
Makefile
|
||||
Makefile.in
|
||||
Module.markers
|
||||
Module.symvers
|
||||
TAGS
|
||||
aclocal.m4
|
||||
autoconf
|
||||
autom4te.cache
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
devices/Kbuild
|
||||
devices/Makefile
|
||||
devices/Makefile.in
|
||||
devices/TAGS
|
||||
devices/e1000/Kbuild
|
||||
devices/e1000/Makefile
|
||||
devices/e1000/Makefile.in
|
||||
devices/modules.order
|
||||
examples/Kbuild
|
||||
examples/Makefile
|
||||
examples/Makefile.in
|
||||
examples/TAGS
|
||||
examples/dc_rtai/Kbuild
|
||||
examples/dc_rtai/Makefile
|
||||
examples/dc_rtai/Makefile.in
|
||||
examples/dc_user/.deps
|
||||
examples/dc_user/.libs
|
||||
examples/dc_user/Makefile
|
||||
examples/dc_user/Makefile.in
|
||||
examples/dc_user/TAGS
|
||||
examples/dc_user/ec_dc_user_example
|
||||
examples/mini/Kbuild
|
||||
examples/mini/Makefile
|
||||
examples/mini/Makefile.in
|
||||
examples/mini/modules.order
|
||||
examples/modules.order
|
||||
examples/rtai/Kbuild
|
||||
examples/rtai/Makefile
|
||||
examples/rtai/Makefile.in
|
||||
examples/user/.deps
|
||||
examples/user/.libs
|
||||
examples/user/Makefile
|
||||
examples/user/Makefile.in
|
||||
examples/user/TAGS
|
||||
examples/user/ec_user_example
|
||||
include/Makefile
|
||||
include/Makefile.in
|
||||
include/TAGS
|
||||
lib/.deps
|
||||
lib/.libs
|
||||
lib/Makefile
|
||||
lib/Makefile.in
|
||||
lib/TAGS
|
||||
lib/libethercat.la
|
||||
libtool
|
||||
m4/Makefile
|
||||
m4/Makefile.in
|
||||
modules.order
|
||||
script/Makefile
|
||||
script/Makefile.in
|
||||
script/init.d/Makefile
|
||||
script/init.d/Makefile.in
|
||||
script/init.d/ethercat
|
||||
script/sysconfig/Makefile
|
||||
script/sysconfig/Makefile.in
|
||||
stamp-h1
|
||||
tool/.deps
|
||||
tool/Makefile
|
||||
tool/Makefile.in
|
||||
tool/TAGS
|
||||
tool/ethercat
|
||||
Loading…
Reference in New Issue