mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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 <james.byrne@origamienergy.com>
This commit is contained in:
parent
8ad1b492d3
commit
ddf60619ba
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,11 +3,12 @@ configure
|
||||
autom4te.cache
|
||||
config.log
|
||||
config.status
|
||||
Makefile
|
||||
/Makefile
|
||||
*ct-ng*
|
||||
!ct-ng.comp
|
||||
!ct-ng.in
|
||||
paths.*
|
||||
!paths.in
|
||||
config.gen/
|
||||
.config
|
||||
.config.2
|
||||
|
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*ct-ng*.1
|
||||
*ct-ng*.1.gz
|
||||
!ct-ng.1.in
|
||||
|
Loading…
Reference in New Issue
Block a user