Merged library into mistserver
# Conflicts: # .gitignore # Doxyfile # Makefile # README
This commit is contained in:
commit
597dcee303
65 changed files with 26334 additions and 12 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
*.la
|
||||
*.lo
|
||||
*.swp
|
||||
*.orig
|
||||
*.bak
|
||||
*~
|
||||
.deps
|
||||
|
@ -12,6 +13,8 @@ docs
|
|||
nbproject
|
||||
autom4te.cache
|
||||
/Mist*
|
||||
/libmist.so
|
||||
/libmist.a
|
||||
/configure
|
||||
/config.*
|
||||
/aclocal.m4
|
||||
|
@ -37,4 +40,6 @@ server.html*
|
|||
.cproject
|
||||
.project
|
||||
.sync
|
||||
*.pc
|
||||
*.swp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue