Skip to content

Commit ddf6061

Browse files
author
James Byrne
committed
Update .gitignore files.
The current .gitignore files cause changes to files which are actually part of the repository to be ignored. This commit modifies the rules so that this does not happen. The files that were affected are: config/global/paths.in contrib/gcc-test-suite/Makefile docs/ct-ng.1.in kconfig/Makefile (as revealed by 'git ls-files --ignored --exclude-standard') Signed-off-by: James Byrne <[email protected]>
1 parent 8ad1b49 commit ddf6061

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ configure
33
autom4te.cache
44
config.log
55
config.status
6-
Makefile
6+
/Makefile
77
*ct-ng*
88
!ct-ng.comp
99
!ct-ng.in
1010
paths.*
11+
!paths.in
1112
config.gen/
1213
.config
1314
.config.2

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*ct-ng*.1
22
*ct-ng*.1.gz
3+
!ct-ng.1.in

0 commit comments

Comments
 (0)