Main: .gitignore

This commit is contained in:
Alex Kotov 2022-06-02 17:43:38 +03:00
parent 841d2d20e8
commit b010277213
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 9 additions and 5 deletions

14
.gitignore vendored
View File

@ -31,6 +31,8 @@
/missing
/test-driver
# Custom
/Makefile.in
/include/Makefile.in
@ -79,16 +81,18 @@
/stamp-h1
/test-suite.log
/Makefile
/include/Makefile
/include/kernaux.h
/include/kernaux/console.h
/examples/*.log
/examples/*.trs
/tests/test*.log
/tests/test*.trs
# Custom
/Makefile
/include/Makefile
/include/kernaux.h
/include/kernaux/console.h
/examples/assert_guards
/examples/assert_simple
/examples/cmdline