Initial import.
Only templates for now. This is based on some code from 2013 and adds a proper build system and tests.
This commit is contained in:
commit
96dec81b87
21 changed files with 5444 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
*.a
|
||||
*.dll
|
||||
*.dylib
|
||||
*.o
|
||||
*.orig
|
||||
*.so
|
||||
*.so.*
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
buildsys.mk
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
extra.mk
|
||||
tests/tests
|
||||
tests/tests.exe
|
Loading…
Add table
Add a link
Reference in a new issue