Restructuring so our libraries can go into a separate libmist project.
This commit is contained in:
parent
a71ab0427e
commit
49fe8afb84
9 changed files with 57 additions and 963 deletions
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
#ignore object files and nonsense like that
|
||||
*.[oa]
|
||||
*.la
|
||||
*.lo
|
||||
*~
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
version.m4
|
||||
docs
|
||||
nbproject
|
||||
autom4te.cache
|
||||
/configure
|
||||
/config.*
|
||||
/aclocal.m4
|
||||
/install-sh
|
||||
/ltmain.sh
|
||||
/missing
|
||||
/depcomp
|
||||
.libs
|
||||
VERSION
|
||||
.dep.inc
|
||||
autoscan.log
|
||||
libtool
|
||||
*.dtsc
|
||||
*.flv
|
||||
*.json
|
||||
*.pc
|
Loading…
Add table
Add a link
Reference in a new issue