tensor_predictors/.gitignore

107 lines
1.2 KiB
Plaintext
Raw Normal View History

2021-11-04 12:05:15 +00:00
## C compiler and compiled library files
2020-06-10 14:26:41 +00:00
# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
2021-11-04 12:05:15 +00:00
## R environment, data and pacakge build intermediate files/folders
2020-06-10 14:35:27 +00:00
# R Data Object files
*.Rds
*.rds
2020-06-10 14:26:41 +00:00
# Example code in package build process
*-Ex.R
# Output files from R CMD check
/*.Rcheck/
# produced vignettes
vignettes/*.html
vignettes/*.pdf
# knitr and R markdown default cache directories
/*_cache/
/cache/
# Temporary files created by R markdown
*.utf8.md
*.knit.md
2021-11-04 12:05:15 +00:00
# R documentation
*.Rd
2020-06-10 14:26:41 +00:00
2021-11-04 12:05:15 +00:00
## R session, RStudio and VSCode files
# RStudio files
.Rproj.user/
# History files
.Rhistory
.Rapp.history
# Session Data files
*.RData
*.Rdata
# VSCode configuration
.vscode/
## Archives, compressed files/folders
# Output files from R CMD build
*.tar.gz
*.zip
## Further project development folders/files
2020-06-10 14:35:27 +00:00
# General Work In Progress files
wip/
2021-11-04 12:05:15 +00:00
# PDFs
*.pdf
# LaTeX (ignore everything except *.tex and *.bib files)
**/LaTeX/*
!**/LaTeX/*.tex
!**/LaTeX/*.bib
**/LaTeX/*-blx.bib
mlda_analysis/
References/