Skip to content

Commit da65e27

Browse files
authored
Merge pull request #2894 from lilyinstarlight/fix-gitignore-beam
Build - fix erlang -> beam path in gitignore
2 parents 8cb7cd8 + 5506c22 commit da65e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ etc/synthdefs/designs/overtone/sonic-pi/native
149149

150150

151151
# Erlang priv dir (for dlls)
152-
app/server/erlang/tau/priv/*
153-
app/server/erlang/tau/ebin/*
152+
app/server/beam/tau/priv/*
153+
app/server/beam/tau/ebin/*

0 commit comments

Comments
 (0)