- added .gitignore and missing gem files
This commit is contained in:
parent
e8c256c8b8
commit
c687f6135e
8 changed files with 4307 additions and 256 deletions
39
.gitignore
vendored
39
.gitignore
vendored
|
@ -1,12 +1,43 @@
|
|||
# backup copies
|
||||
*~
|
||||
# build products
|
||||
*\.la
|
||||
*\.lo
|
||||
*\.o
|
||||
*\.so
|
||||
*\.pd_linux
|
||||
\logs
|
||||
\externals
|
||||
\log
|
||||
\puredata/externals
|
||||
\puredata/pd
|
||||
\tcl
|
||||
libremediaserver.pro.user
|
||||
lms.conf
|
||||
Makefile
|
||||
puredata/.gitignore
|
||||
puredata/_glsl.pd
|
||||
puredata/fps.pd
|
||||
src/.gitignore
|
||||
src/Gem/.gitignore
|
||||
src/Gem/abstractions/gemdefaultwindow.pd
|
||||
src/Gem/extra/pix_drum/
|
||||
src/Gem/extra/pix_fiducialtrack/
|
||||
src/Gem/extra/pix_hit/
|
||||
src/Gem/extra/pix_mano/
|
||||
src/Makefile
|
||||
src/debug/
|
||||
src/fileselector/.gitignore
|
||||
src/pd-0.44-2/.gitignore
|
||||
src/pd-0.44-2/bin/
|
||||
src/ui_libremediaserver.h
|
||||
src/Gem/abstractions/gemdefaultwindow.pd
|
||||
src/Gem/extra/pix_drum/
|
||||
src/Gem/extra/pix_fiducialtrack/
|
||||
src/Gem/extra/pix_hit/
|
||||
src/Gem/extra/pix_mano/
|
||||
src/Makefile
|
||||
src/debug/
|
||||
src/fileselector/.gitignore
|
||||
src/pd-0.44-2/.gitignore
|
||||
src/pd-0.44-2/bin/
|
||||
src/ui_libremediaserver.h
|
||||
src/moc_*
|
||||
\.deps
|
||||
\.libs
|
Loading…
Add table
Add a link
Reference in a new issue