mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
33 lines
359 B
Plaintext
33 lines
359 B
Plaintext
# 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
|
|
|
|
# Ignore buildsys stuff
|
|
autom4te.cache
|
|
|
|
# Ignore temp portaudio stuff
|
|
tools/portaudio
|
|
|
|
# Ignore temp files
|
|
*~
|
|
|
|
# Ignore website cache
|
|
www/cache
|
|
|