-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
50 lines (44 loc) · 953 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
# Do to copyright issuses, I don’t include PDFs, or Netlogo files.
Articles/**.pdf
Articles/**.alias
Articles/**.nlogo
Articles/**.pptx
# Output files
Models/ABM/data/**
Models/ABM/fig/**
Models/ABM/profile/**
Figures/data/**
# No need for duplicates.
Figures/**.png
Figures/**.pdf
# Rstudio system files
**/.RData
**/.Rhistory
**/.Rapp.history
# Latex system files
**/.aux
**/.bbl
**/.blg
**/.log
**/.out
**/.spl
**/.synctex.gz
**/.toc
**/.sty
**/.spl
# Miscellaneous
Notes/Kindle.Highlights_Complexity.and.the.Economy.pdf
Statement/Images/Structures.psd
Statement/Images/Structures-Entry.psd
**/_temp/**
Articles/round10/Laver_Schilperoord_2007 supplementary/**
Statement/References/Ref.bbl
# Do not include latex support files
Statement/References/*.aux
Statement/References/*.bbl
Statement/References/*.blg
Statement/References/*.log
Statement/References/*.out
Statement/References/*.spl
Statement/References/*.gz
Statement/References/*.toc