Mercurial > minori
view .hgignore @ 392:a72d6d7b3568
anime_info: don't need to wait on the thread, just disconnect
eventually, we can cancel any outgoing requests, but it's kind of
unnecessary
| author | Paper <paper@tflc.us> |
|---|---|
| date | Fri, 07 Nov 2025 07:10:32 -0500 |
| parents | 8b174bcde667 |
| children |
line wrap: on
line source
syntax: glob m4/libtool.m4 m4/lt*.m4 build-aux aclocal.m4 Makefile.in configure *~ autom4te.cache # stupid OS X things .DS_Store ._* # Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod *.smod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out syntax: regexp # Build dir ^build/
