Skip to content

Commit 00db297

Browse files
author
Mark Grover
committed
Updating other directories in gitignore file to start with a slash
This ensures that only the directories in the repo home are ignored
1 parent f0afe1c commit 00db297

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitignore

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
dist/
2-
build/
1+
/dist/
2+
/build/
33
annotation-plugin.jar
44
.factorypath
55
.classpath
6-
docs/
6+
/docs/
77
input
88
/lib/
9-
report/
9+
/report/
1010
ivy/*.jar
1111
ivy/pom.xml
12-
test-output/
12+
/test-output/
1313
.pigunit-input-overriden.txt.crc
1414
pigunit-input-overriden.txt
1515
*.asc
16-
bin/
16+
/bin/
1717
.ant-targets-build.xml

0 commit comments

Comments
 (0)