You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 337B

12345678910111213141516171819202122232425262728293031323334353637
  1. conf/pdns-slave.json
  2. conf/dhcpd.conf
  3. conf/dhcpd-gen.conf
  4. conf/hosts.json
  5. /.idea
  6. /build
  7. *.swp
  8. # Compiled Object files
  9. *.slo
  10. *.lo
  11. *.o
  12. *.obj
  13. # Precompiled Headers
  14. *.gch
  15. *.pch
  16. # Compiled Dynamic libraries
  17. *.so
  18. *.dylib
  19. *.dll
  20. # Fortran module files
  21. *.mod
  22. # Compiled Static libraries
  23. *.lai
  24. *.la
  25. *.a
  26. *.lib
  27. # Executables
  28. *.exe
  29. *.out
  30. *.app