Add a couple of .gitignore files; these will ignore generated paths and
symlinks used only by developers.
This commit is contained in:
parent
6ca9910248
commit
27b371a66c
|
@ -0,0 +1,2 @@
|
||||||
|
obj
|
||||||
|
html
|
|
@ -0,0 +1,10 @@
|
||||||
|
build.c++.app
|
||||||
|
build.c++.lib
|
||||||
|
build.c++.tests
|
||||||
|
build.c.app
|
||||||
|
build.c.lib
|
||||||
|
build.c.tests
|
||||||
|
build.doxygen.docs
|
||||||
|
build.sdcc.firmware
|
||||||
|
module-create.sh
|
||||||
|
module-rename.sh
|
Loading…
Reference in New Issue