Data analysis of New Zealand General Election advanced voting patterns 2002-2017

.gitignore 669B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # ---> R
  2. # History files
  3. .Rhistory
  4. .Rapp.history
  5. # Session Data files
  6. .RData
  7. # Example code in package build process
  8. *-Ex.R
  9. # Output files from R CMD build
  10. /*.tar.gz
  11. # Output files from R CMD check
  12. /*.Rcheck/
  13. # RStudio files
  14. .Rproj.user/
  15. # produced vignettes
  16. vignettes/*.html
  17. vignettes/*.pdf
  18. # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
  19. .httr-oauth
  20. # knitr and R markdown default cache directories
  21. /*_cache/
  22. /cache/
  23. # Temporary files created by R markdown
  24. *.utf8.md
  25. *.knit.md
  26. # ---> Vim
  27. # swap
  28. [._]*.s[a-v][a-z]
  29. [._]*.sw[a-p]
  30. [._]s[a-v][a-z]
  31. [._]sw[a-p]
  32. # session
  33. Session.vim
  34. # temporary
  35. .netrwhist
  36. *~
  37. # auto-generated tag files
  38. tags