Skip to content

Commit 4315b02

Browse files
committed
.gitignore: added / prefix
1 parent ea0509d commit 4315b02

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.gitignore

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
build*
2-
test
3-
test.c
4-
test.d
5-
test.o
6-
*stamp
7-
*.previous
8-
libre.a
9-
libre.dylib
10-
libre.pc
11-
libre.so
1+
/build*
2+
/test
3+
/test.c
4+
/test.d
5+
/test.o
6+
/*stamp
7+
/*.previous
8+
/libre.a
9+
/libre.dylib
10+
/libre.pc
11+
/libre.so

0 commit comments

Comments
 (0)