Advertisement
JeroenGordijn

Untitled

Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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. .DS_Store?
  33. ._*
  34. .Spotlight-V100
  35. .Trashes
  36. Icon?
  37. ehthumbs.db
  38. Thumbs.db
  39. *~
  40.  
  41. # Intellij
  42. *.iml
  43. *.ipr
  44. *.iws
  45. .idea/
  46.  
  47. # Fitnesse
  48. TestDir
  49. updateList
  50. updateDoNotCopyOverList
  51. FitNesseRoot/JunkParent/*
  52. FitNesseRoot/JunkPage/*
  53. FitNesseRoot/ProjectPage/*
  54. FitNesseRoot/ErrorLogs/*
  55. FitNesseRoot/files/testResults/*
  56. test-results/*
  57. jsunit/*
  58. agitar/*
  59. dist/*
  60. classes/*
  61. antlib/*
  62. javadoc/*
  63. lib/*
  64. .svn
  65. .settings
  66. *-*.zip
  67. *.ipr
  68. fitnesse*.zip
  69. fitnesse.jar
  70. .DS_Store
  71. target/*
  72. */target/*
  73. *.iml
  74. *.ipr
  75. *.iws
  76. .idea
  77. desktop.ini
  78. inst.log
  79. velocity.log*
  80. crap_build.xml
  81. com_ibm_contest/*
  82. FitNesseRoot/files/javascript/jsunit/*
  83. junk/*
  84.  
  85. sublime.sbt
  86.  
  87. # for ansible own env
  88. vanjeroeng
  89. atlassian-ide-plugin.xml
  90. .ensime*
  91.  
  92. local/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement