Skip to content

Commit 62f956b

Browse files
committed
gitignore: consolidate subproject ignores into subprojects/.gitignore
1 parent f306dcf commit 62f956b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@ __pycache__
22
.idea
33
.vscode
44
*~
5-
6-
subprojects/packagecache
7-
subprojects/packagefiles/openssl/generated-config

subprojects/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/*/
22
!packagefiles/
3+
packagefiles/openssl/generated-config

0 commit comments

Comments
 (0)