'update'
[epclust.git] / .gitignore
1 #datasets
2 /data/*
3 !/data/README
4 !/data/preprocessing/
5 !/data/curves_to_db/
6
7 #files generated by initialize.sh
8 /.gitfat
9 /.gitattributes
10
11 #ignore temporary files
12 *~
13 *.swp
14
15 #ignore binary files generated by claws()
16 *.epclust.bin
17
18 #ignore R session files
19 .Rhistory
20 .RData
21
22 #ignore roxygen2 generated files
23 /epclust/NAMESPACE
24 /epclust/man/*.Rd
25 !/epclust/man/*-package.Rd
26
27 #ignore R CMD build/check genrated files
28 /*.Rcheck/
29 /*.tar.gz
30
31 #ignore jupyter generated file (HTML vignette, and reports)
32 *.ipynb.html
33
34 #ignore object files and executables
35 *.o
36 *.so
37 *.exe
38
39 #ignore RcppExports, generated by Rcpp::compileAttributes
40 /epclust/R/RcppExports.R
41 /epclust/src/RcppExports.cpp
42
43 #misc
44 Rprof.out
45 *.zip
46 .Rproj.user
47 *.Rproj
48
49 # temp
50 /temp/*.xls