Skip to content

Commit c59c37c

Browse files
committed
Better .gitignore file
For quite some time there were files that we were simply not committing to the repo. However, it feels unorganized and inconvenient, so let's fix that. The directory structure should be changed at some point, but this is already better than what we had at previously.
1 parent 5779a0d commit c59c37c

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.gitignore

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
rakudo
1+
.precomp
2+
3+
# TODO we should probably move these into a subdir
24
builds
35
logs
4-
config.json
5-
.precomp
6+
irc
7+
stats
8+
all-modules
9+
rakudo
10+
rakudo-moar
11+
MoarVM
12+
moarvm
13+
nqp
14+
perl6-bench
15+
Perl6-Text--Table--Simple

0 commit comments

Comments
 (0)