Skip to content

Commit afae13b

Browse files
hebastojanus
authored andcommitted
cmake: Ignore build subdirectories within source directory
1 parent e9f3245 commit afae13b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.gitignore

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
bench_ecmult
2-
bench_internal
3-
noverify_tests
4-
tests
5-
exhaustive_tests
6-
precompute_ecmult_gen
7-
precompute_ecmult
8-
ctime_tests
9-
ecdh_example
10-
ecdsa_example
11-
schnorr_example
12-
ellswift_example
1+
# Build subdirectories.
2+
/*build*
3+
!/build-aux
4+
!/build_msvc
5+
6+
*.tar.gz
7+
138
*.exe
149
*.so
1510
*.a

0 commit comments

Comments
 (0)