Files
recycled-ni-neutrino/.gitignore
Thilo Graf 2337d8cfbe Update '.gitignore' to include 'venv' for Python environment fallout.
- Previously, only Visual Studio Code settings were ignored.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 28c9a6e65d
Author: Thilo Graf <dbt@novatux.de>
Date: 2024-11-03 (Sun, 03 Nov 2024)



------------------
This commit was generated by Migit
2024-11-03 18:34:25 +01:00

91 lines
1.2 KiB
Plaintext

### http://www.gnu.org/software/automake
Makefile
Makefile.in
### http://www.gnu.org/software/autoconf
autom4te.cache
/autoscan.log
/autoscan-*.log
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.log
/config.status
/config.sub
/configure
/configure.scan
/depcomp
/install-sh
/missing
/stamp-h*
### https://www.gnu.org/software/libtool/
/libtool
/ltmain.sh
### http://www.gnu.org/software/m4/
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
### compiled objects and libs
.libs
*.lo
*.o
*.so
*.lai
*.la
*.a
### dependency files
.deps
*.Plo
*.Po
### diff and patch files
*.patch
*.diff
*.orig
*.rej
### system generated stuff
# dolphin
.directory
# kate
*-swp
.*.swp
### generally excluded files
*~
*.pc
git-*
go_*
### binaries that fall out of the build
lib/sectionsdclient/sectionsdcontrol
src/drivertool
src/dt
src/mdev_helper
src/neutrino
src/rcsim
src/zapit/src/pzapit
src/zapit/src/udpstreampes
### header files that fall out of the build
src/rcsim.h
src/gui/version.h
local_build_config.h
### other files that fall out of the build
src/nhttpd/nhttpd.conf
### IDE-specific settings
# Visual Studio Code settings
.vscode/
### python environment fallout
venv