.gitignore 164 B

12345678910111213141516171819202122
  1. # Object files
  2. *.o
  3. *.ko
  4. # Libraries
  5. *.lib
  6. *.a
  7. # Shared objects (inc. Windows DLLs)
  8. *.dll
  9. *.so
  10. *.so.*
  11. *.dylib
  12. # Executables
  13. *.exe
  14. *.out
  15. *.app
  16. # Auth
  17. auth
  18. auth/*