Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 6fc29e1

Browse files
committed
git ignore: prepend slash where appropriate
This ensures that those files will be matches from the top source directory, rather than matching an appropriate filename in any directory.
1 parent 84a8133 commit 6fc29e1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
*.a
1+
/*.a
22
*.o
33
.deps/
4-
.deps/
54
.dirstamp
65
/aclocal.m4
76
/config.aux/
@@ -13,8 +12,8 @@
1312
/cpusupport-config.h
1413
/scrypt
1514
/stamp-h1
16-
Makefile
17-
Makefile.in
15+
/Makefile
16+
/Makefile.in
1817
# Other directories
1918
/tests-output/
2019
/tests/test_scrypt

0 commit comments

Comments
 (0)