sjhuskey commited on
Commit
a7e7388
·
1 Parent(s): 20ced3b

update: correct labels for Seneca

Browse files
Files changed (2) hide show
  1. .gitignore +146 -0
  2. latin_author_dll_id.csv +0 -0
.gitignore ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Icon?
2
+ "Icon\r"
3
+ .dropbox
4
+ .ipynb_checkpoints/
5
+
6
+ # LibreOffice locks
7
+ .~lock.*#
8
+ *~
9
+
10
+ # temporary files which can be created if a process still has a handle open of a deleted file
11
+ .fuse_hidden*
12
+
13
+ # KDE directory preferences
14
+ .directory
15
+
16
+ # Linux trash folder which might appear on any partition or disk
17
+ .Trash-*
18
+
19
+ # .nfs files are created when an open file is removed but is still being accessed
20
+ .nfs*
21
+ *.tmp
22
+
23
+ # Word temporary
24
+ ~$*.doc*
25
+
26
+ # Excel temporary
27
+ ~$*.xls*
28
+
29
+ # Excel Backup File
30
+ *.xlk
31
+
32
+ # PowerPoint temporary
33
+ ~$*.ppt*
34
+
35
+ # Visio autosave temporary files
36
+ *.~vsd*
37
+ # Notepad++ backups #
38
+ *.bak
39
+ # Cache files for Sublime Text
40
+ *.tmlanguage.cache
41
+ *.tmPreferences.cache
42
+ *.stTheme.cache
43
+
44
+ # Workspace files are user-specific
45
+ *.sublime-workspace
46
+
47
+ # Project files should be checked into the repository, unless a significant
48
+ # proportion of contributors will probably not be using Sublime Text
49
+ # *.sublime-project
50
+
51
+ # SFTP configuration file
52
+ sftp-config.json
53
+
54
+ # Package control specific files
55
+ Package Control.last-run
56
+ Package Control.ca-list
57
+ Package Control.ca-bundle
58
+ Package Control.system-ca-bundle
59
+ Package Control.cache/
60
+ Package Control.ca-certs/
61
+ Package Control.merged-ca-bundle
62
+ Package Control.user-ca-bundle
63
+ oscrypto-ca-bundle.crt
64
+ bh_unicode_properties.cache
65
+
66
+ # Sublime-github package stores a github token in this file
67
+ # https://packagecontrol.io/packages/sublime-github
68
+ GitHub.sublime-settings
69
+ *.tmproj
70
+ *.tmproject
71
+ tmtags
72
+ # Windows thumbnail cache files
73
+ Thumbs.db
74
+ ehthumbs.db
75
+ ehthumbs_vista.db
76
+
77
+ # Dump file
78
+ *.stackdump
79
+
80
+ # Folder config file
81
+ Desktop.ini
82
+
83
+ # Recycle Bin used on file shares
84
+ $RECYCLE.BIN/
85
+
86
+ # Windows Installer files
87
+ *.cab
88
+ *.msi
89
+ *.msm
90
+ *.msp
91
+
92
+ # Windows shortcuts
93
+ *.lnk
94
+ # Xcode
95
+ #
96
+ # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
97
+
98
+ ## Build generated
99
+ build/
100
+ DerivedData/
101
+
102
+ ## Various settings
103
+ *.pbxuser
104
+ !default.pbxuser
105
+ *.mode1v3
106
+ !default.mode1v3
107
+ *.mode2v3
108
+ !default.mode2v3
109
+ *.perspectivev3
110
+ !default.perspectivev3
111
+ xcuserdata/
112
+
113
+ ## Other
114
+ *.moved-aside
115
+ *.xccheckout
116
+ *.xcscmblueprint
117
+ # General
118
+ *.DS_Store
119
+ .AppleDouble
120
+ .LSOverride
121
+
122
+ # Icon must end with two \r
123
+ Icon
124
+
125
+
126
+ # Thumbnails
127
+ ._*
128
+
129
+ # Files that might appear in the root of a volume
130
+ .DocumentRevisions-V100
131
+ .fseventsd
132
+ .Spotlight-V100
133
+ .TemporaryItems
134
+ .Trashes
135
+ .VolumeIcon.icns
136
+ .com.apple.timemachine.donotpresent
137
+
138
+ # Directories potentially created on remote AFP share
139
+ .AppleDB
140
+ .AppleDesktop
141
+ Network Trash Folder
142
+ Temporary Items
143
+ .apdisk
144
+
145
+ # OxygenXML project files
146
+ *.xpr
latin_author_dll_id.csv ADDED
The diff for this file is too large to render. See raw diff