Skip to content

Commit 289556e

Browse files
wy193777Vladimir Kotal
authored andcommitted
use wildcard instead of list all files and folders
1 parent 353ece9 commit 289556e

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.gitignore

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,8 @@ pmd.bat
5555
.project
5656
.settings/
5757
.vscode/
58-
distribution/.project
59-
distribution/.settings/
60-
opengrok-indexer/.classpath
61-
opengrok-indexer/.project
62-
opengrok-indexer/.settings/
63-
opengrok-indexer/bin/
64-
opengrok-tools/.project
65-
opengrok-tools/.settings/
66-
opengrok-web/.classpath
67-
opengrok-web/.project
68-
opengrok-web/.settings/
69-
opengrok-web/bin/
70-
plugins/.classpath
71-
plugins/.project
72-
plugins/.settings/
73-
plugins/bin/
74-
suggester/.classpath
75-
suggester/.project
76-
suggester/.settings/
77-
suggester/bin/
58+
*/.project
59+
*/.settings
60+
*/.classpath
61+
*/bin/
62+

0 commit comments

Comments
 (0)