-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1.23 KB
/
.gitignore
File metadata and controls
53 lines (44 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
################################################## TeX.gitignore #######################################################
# First commit any outstanding code changes, and then, run this command:
# git rm -r --cached .
# This removes any changed files from the index(staging area), then just run:
# git add .
# Commit it:
# git commit -m ".gitignore is now working"
########################################################################################################################
################################################## R.gitignore #########################################################
# History files
.Rhistory
# Example code in package build process
*-Ex.R
# R data files from past sessions
*.Rdata
# Passwords
R.shiny/psw.R
################################################## Local user settings #################################################
# Code: C#
csharp/ALICE/obj/
csharp/ALICE/bin/
csharp/cheshire/obj/x64/Debug/
csharp/cheshire/obj/x64/Release/TempPE/
csharp/cheshire/bin/x64/Debug/
*.suo
*.pdb
*.cache
*.log
# Code: MATLAB
MATLAB/liblinear-1.94
MATLAB/libsvm-3.18
*debug.mat
script.m
*.mexa64
*.mexw64
*.asv
# Temp figures/tables
R/figures/
R/tables/
# Ubuntu related and MonoDevelop
*~
*.pidb
*.userprefs
.Rproj.user