.gitignore 306 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. /conf
  3. /[gmnq]conf
  4. /[gmnq]conf-cfg
  5. /qconf-moc.cc
  6. # From linux kconfig parent directories
  7. .*
  8. # OpenWrt-generated files
  9. mconf_check
  10. # Temporary files from older versions. They should be removed after the
  11. # end of support for OpenWrt 19.07.
  12. zconf.???.c
  13. zconf.hash.c