HosipLan

Untitled

Feb 9th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.88 KB | None | 0 0
  1. # Compiled source #
  2. ###################
  3. *.com
  4. *.class
  5. *.dll
  6. *.exe
  7. *.o
  8. *.so
  9.  
  10. # Packages #
  11. ############
  12. # it's better to unpack these files and commit the raw source
  13. # git has its own built in compression methods
  14. *.7z
  15. *.dmg
  16. *.gz
  17. *.iso
  18. #*.jar
  19. *.rar
  20. *.tar
  21. *.zip
  22.  
  23. # Logs and databases #
  24. ######################
  25. *.log
  26. #*.sql
  27. #*.sqlite
  28.  
  29. # OS generated files #
  30. ######################
  31. .DS_Store*
  32. .directory
  33. ehthumbs.db
  34. Icon?
  35. Thumbs.db
  36.                                                                                                                                                                                                                                                      
  37.                                                                                                                                                                                                                                                      
  38. # IDE generated files #                                                                                                                                                                                                                              
  39. #######################                                                                                                                                                                                                                              
  40. .project                                                                                                                                                                                                                                              
  41. .idea                                                                                                                                                                                                                                                
  42.                                                                                                                                                                                                                                                      
  43.                                                                                                                                                                                                                                                      
  44. # Other #                                                                                                                                                                                                                                            
  45. #########                                                                                                                                                                                                                                            
  46. .svn
Advertisement
Add Comment
Please, Sign In to add comment