Updated gitignore.
This commit is contained in:
parent
29f61cd4c4
commit
99fe9e6799
|
|
@ -1,30 +1,42 @@
|
|||
*~
|
||||
**.dirstamp
|
||||
**.ko
|
||||
**.ko.cmd
|
||||
**.lo
|
||||
**.m4
|
||||
**.mod
|
||||
**.mod.c
|
||||
**.mod.cmd
|
||||
**.o
|
||||
**.o.cmd
|
||||
**.order
|
||||
**.order.cmd
|
||||
**.swp
|
||||
**.symvers.cmd
|
||||
**/.tmp_*.gcno
|
||||
**/Module.symvers
|
||||
**~
|
||||
.deps
|
||||
.libs
|
||||
ChangeLog
|
||||
Doxyfile
|
||||
Kbuild
|
||||
Makefile
|
||||
Makefile.in
|
||||
autoconf
|
||||
autom4te.cache/
|
||||
ChangeLog
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
.deps
|
||||
Doxyfile
|
||||
ethercat.spec
|
||||
examples/dc_user/ec_dc_user_example
|
||||
examples/user/ec_user_example
|
||||
Kbuild
|
||||
lib/libethercat.la
|
||||
.libs
|
||||
libtool
|
||||
*.lo
|
||||
*.m4
|
||||
mailbox_gateway/ethercat_mbg
|
||||
Makefile
|
||||
Makefile.in
|
||||
master/.dirstamp
|
||||
*.o
|
||||
script/ethercatctl
|
||||
master/*.o.d
|
||||
script/ethercat.service
|
||||
script/ethercatctl
|
||||
script/init.d/ethercat
|
||||
stamp-h1
|
||||
tool/ethercat
|
||||
|
|
|
|||
Loading…
Reference in New Issue