Skip to content

Commit 1482e52

Browse files
committedMar 29, 2023
build: remove redundant gitignore entries
1 parent 8a7fd26 commit 1482e52

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed
 

‎.gitignore

-10
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,10 @@
33
#
44

55
!.gitignore
6-
/result*
7-
/build
8-
target/release
9-
target/debug
106
/build-gcc*/
117
/build-clang*/
12-
/*/*/*/.build/
13-
/subprojects/*
14-
!subprojects/gdk_rust*
158
/subprojects/gdk_rust/gdk_electrum/target
169
/subprojects/gdk_rust/gdk_rpc/target
17-
!subprojects/*meson*
18-
!subprojects/*wrap*
1910
*.orig
2011
*.rej
2112
*.swp
@@ -35,5 +26,4 @@ docs/build
3526
/TAGS
3627
/tor
3728
*~
38-
target/
3929
gdk-python/

0 commit comments

Comments
 (0)
Please sign in to comment.