Old-Lost

.gitignore_global

Jun 13th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. #ignore thumbnails created by windows
  3. Thumbs.db
  4. #Ignore files build by Visual Studio
  5. *.obj
  6. *.exe
  7. *.pdb
  8. *.user
  9. *.aps
  10. *.pch
  11. *.vspscc
  12. *_i.c
  13. *_p.c
  14. *.ncb
  15. *.suo
  16. *.tlb
  17. *.tlh
  18. *.bak
  19. *.cache
  20. *.ilk
  21. *.log
  22. *.dll
  23. *.lib
  24. *.sbr
  25.  
  26. # Ignore files created by PowerShell Studio
  27. *.TempPoint.*
  28. *.Export.*
  29. *.psprojs
  30. *.RestorePoint.*
  31. *.Run.ps1
  32. *.Package.ps1
  33. CustomMenu.inf
  34.  
  35. # Ignore others
  36. .vscode/
  37. .publish/
Advertisement
Add Comment
Please, Sign In to add comment