-
Alexandre Bourget authored
Removed also the now-unused libiax2.svn20060606.tar.gz that was included. Remove also the libiax2.sh file. TODO: we need to automate the build of libiax2 from that 'libs' directory.
Alexandre Bourget authoredRemoved also the now-unused libiax2.svn20060606.tar.gz that was included. Remove also the libiax2.sh file. TODO: we need to automate the build of libiax2 from that 'libs' directory.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 786 B
# Ignore unused objects
*.lo
*.o
*.a
*.la
*.Po
*.Plo
*.loT
Makefile
*.m4
Makefile.in
*.spec
*moc*.*
/config.*
# Ignore rendered docs
doc/doxygen/html-everything
doc/doxygen/html-sflphoned
doc/doxygen/html-gui-qt
doc/*.html
# Ignore buildsys stuff
/autom4te.cache
/configure
/depcomp
/missing
/ltmain.sh
/libtool
/install-sh
/stamp-h1
# Ignore built stuff
/src/gui/cli/sflphone-cli
/src/gui/qt/sflphone-qt
/src/sflphone
# Ignore temp libs stuff
tools/portaudio
# Ignore sub-modules stuff
/libs/libiax2/doc/html
/libs/libiax2/config.*
/libs/libiax2/autom4te.cache
/libs/libiax2/src/.libs
/libs/libiax2/libtool
/libs/libiax2/ltmain.sh
/libs/libiax2/iax-config
/libs/libiax2/configure
# Ignore temp files
*~
# Ignore website stuff
/www/cache
/www/config.inc.php
/www/lighttpd.*