Skip to content

Commit

Permalink
add R to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Apr 14, 2021
1 parent 5624782 commit 48d1541
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# sys files
.DS_Store

# -----------------
# ---- PYTHON -----
# -----------------

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -130,3 +134,87 @@ dmypy.json

# Pyre type checker
.pyre/

# -----------
# ---- R ----
# -----------

# ignore path
/bak

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# make dependency files
*.d
# emacs backup files
*~
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
src/hector
src/hector-ext
src/hector-api
# Hector logs
logs/*.*
*.log
# OS-specific files
.DS_Store
.Trashes
*.swp
# Xcode build directories, schemes, and interface state
*.lock
*.xccheckout
*~.nib
build/
DerivedData/
xcodeuserstate
xcuserdata
project.xcworkspace/
# Project files
project_files/*.*
Release
ipch
Run Test Cases
Debug
libs
project_files/visual_studio/
project_files/VS/*.*
libs/
*.kdev4
*.sdf
*.suo
# Output
output/output*
# R
.Rhistory
R/batchrunner/*.pdf
R/batchrunner/*.csv
.Rapp.history
.Rproj.user
.RData
inst/doc
vignettes/rsconnect


# vignette caches
/vignettes/*_cache

# Rstudio connect files
rsconnect
inst/shinyApp/temp.ini
inst/shinyApp/test.ini
packrat/lib*/

0 comments on commit 48d1541

Please sign in to comment.