-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
84 lines (65 loc) · 956 Bytes
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Emacs backups
*~
# Compiler outputs
*.o
*.x
*.so
*.pyc
__pycache__
*.egg-info
scratch/
# python build directory
build
# python distribution directory
dist
# SWIG-generated interfaces
*_wrap.cxx
# Tcl packages (generated by make-package.tcl)
pkgIndex.tcl
# STC outputs:
*.tic
# Autoconf stuff
autom4te.cache
autoscan.log
config.cache
config.h
config.h.in
config.log
config.status
config.status.out
configure
# Misc.
.cache
turbine-directory.txt
.Rproj.user
# BG/Q stuff
*.cobaltlog
*.error
*.output
# Bulk data
*.csv
*.log
*.tsv
*.out
!test_data/*.csv
# IDE
.vscode
# tox
.tox
# Andrew
*.DS_Store
*._*
templates/scripts/archive/
# Turbine outputs
**/turbine-output
**/experiments
old_repast_py_src/
Debug/
Release/
notes_nc.txt
# Include R4Py paper experiment data
!paper_data/*
# GitHub Personal Access Token for R libs
# This possibly should not exist:
# https://gh.r-lib.org/articles/managing-personal-access-tokens.html
GH-PATS.txt