/.gitignore

http://github.com/mberasategi/R-basico · gitignore · 171 lines · 98 code · 34 blank · 39 comment · 0 complexity · 998aeba2a7250fbfbbfd554e17100691 MD5 · raw file

  1. doc/icebreakeR-2pages.pdf
  2. doc/icebreakeR-intro-4pages.pdf
  3. doc/intro-ALL.pdf
  4. doc/itdt-2010-11-01-2pages.pdf
  5. doc/R-intro-2pages.pdf
  6. doc/intro-to-R.pdf
  7. #################
  8. ## Eclipse
  9. #################
  10. *.pydevproject
  11. .project
  12. .metadata
  13. bin/**
  14. tmp/**
  15. tmp/**/*
  16. *.tmp
  17. *.bak
  18. *.swp
  19. *~.nib
  20. local.properties
  21. .classpath
  22. .settings/
  23. .loadpath
  24. # External tool builders
  25. .externalToolBuilders/
  26. # Locally stored "Eclipse launch configurations"
  27. *.launch
  28. # CDT-specific
  29. .cproject
  30. # PDT-specific
  31. .buildpath
  32. #################
  33. ## Visual Studio
  34. #################
  35. ## Ignore Visual Studio temporary files, build results, and
  36. ## files generated by popular Visual Studio add-ons.
  37. # User-specific files
  38. *.suo
  39. *.user
  40. *.sln.docstates
  41. # Build results
  42. **/[Dd]ebug/
  43. **/[Rr]elease/
  44. *_i.c
  45. *_p.c
  46. *.ilk
  47. *.meta
  48. *.obj
  49. *.pch
  50. *.pdb
  51. *.pgc
  52. *.pgd
  53. *.rsp
  54. *.sbr
  55. *.tlb
  56. *.tli
  57. *.tlh
  58. *.tmp
  59. *.vspscc
  60. .builds
  61. **/*.dotCover
  62. ## TODO: If you have NuGet Package Restore enabled, uncomment this
  63. #**/packages/
  64. # Visual C++ cache files
  65. ipch/
  66. *.aps
  67. *.ncb
  68. *.opensdf
  69. *.sdf
  70. # Visual Studio profiler
  71. *.psess
  72. *.vsp
  73. # ReSharper is a .NET coding add-in
  74. _ReSharper*
  75. # Installshield output folder
  76. [Ee]xpress
  77. # DocProject is a documentation generator add-in
  78. DocProject/buildhelp/
  79. DocProject/Help/*.HxT
  80. DocProject/Help/*.HxC
  81. DocProject/Help/*.hhc
  82. DocProject/Help/*.hhk
  83. DocProject/Help/*.hhp
  84. DocProject/Help/Html2
  85. DocProject/Help/html
  86. # Click-Once directory
  87. publish
  88. # Others
  89. [Bb]in
  90. [Oo]bj
  91. sql
  92. TestResults
  93. *.Cache
  94. ClientBin
  95. stylecop.*
  96. ~$*
  97. *.dbmdl
  98. Generated_Code #added for RIA/Silverlight projects
  99. # Backup & report files from converting an old project file to a newer
  100. # Visual Studio version. Backup files are not needed, because we have git ;-)
  101. _UpgradeReport_Files/
  102. Backup*/
  103. UpgradeLog*.XML
  104. ############
  105. ## Windows
  106. ############
  107. # Windows image file caches
  108. Thumbs.db
  109. # Folder config file
  110. Desktop.ini
  111. #############
  112. ## Python
  113. #############
  114. *.py[co]
  115. # Packages
  116. *.egg
  117. *.egg-info
  118. dist
  119. build
  120. eggs
  121. parts
  122. bin
  123. var
  124. sdist
  125. develop-eggs
  126. .installed.cfg
  127. # Installer logs
  128. pip-log.txt
  129. # Unit test / coverage reports
  130. .coverage
  131. .tox
  132. #Translations
  133. *.mo
  134. #Mr Developer
  135. .mr.developer.cfg
  136. # Mac crap
  137. .DS_Store