Commit graph

10 commits

Author SHA1 Message Date
Stawberri
83e1bb1aef Remove * in default .gitignore
corpus/* matches all files in the first level directory inside corpus,
so it would match corpus/lala.txt but not corpus/secret/lala.txt.

corpus/ matches the directory corpus itself, meaning that corpus/ and
everything inside of it shouldn't be uploaded.

corpus/** matches everything inside corpus, including contents of
subdirectories, while still allowing corpus/ itself to be uploaded. This
solves the initial problem I posed (with corpus/secret/lala.txt), but it
just feels tidier to just remove the entire folder.
2014-12-07 21:43:59 -08:00
Jaiden Mispy
141e43719a and the skeleton 2014-12-06 00:17:54 +11:00
Jaiden Mispy
dd505d7dc9 bundle exec 2014-12-05 22:58:45 +11:00
Jaiden Mispy
822f5e4c6c More cleanup 2014-12-05 22:57:32 +11:00
Pira Wetton
3706ae0bbb picture shortcut 2014-09-23 20:26:48 -04:00
Erik Michaels-Ober
7e033b7b3b Fix file permissions 2014-02-12 16:23:49 +01:00
Mispy
32f5d267e1 Remove Gemfile.lock files 2013-12-03 03:32:14 -08:00
Mispy
5c6004f694 Add Gemfile, empty corpus/model to skeleton 2013-11-27 06:54:53 -08:00
Mispy
00f0228dd4 2.0.8 -- different generation algorithm 2013-11-14 07:58:46 -08:00
Mispy
e87dc5862b Github time! 2013-11-08 06:02:05 +11:00