Files
FTL/.gitignore

46 lines
794 B
Plaintext

# Generated binary
pihole-FTL*
# Versioning files (generated by Makefile)
version.h
version~
# CMake files generated during compilation
/cmake/
/cmake_ci/
/cmake-build-debug/
/cmake-build-release/
# IDE files
.idea/
*.sw*
.vscode/*
!.vscode/c_cpp_properties.json
/build/
# __pycache__ files (API tests)
__pycache__/
# When patch fails to apply a patch segment to the original file, it saves the
# temporary original file copy out durably as *.orig, dumps the rejected segment
# to *.rej, and continues trying to apply patch segments.
*.orig
*.rej
# MAC->Vendor database files
tools/manuf.data
tools/macvendor.db
# Documentation files generated by cmake
src/api/docs/hex
# Test dependencies
/node_modules/
# Test Leftovers
dig.log
ptr.log
# Compiled LUA scripts
/src/lua/scripts/*.hex