From ddf60619bab8566fe668bcf2511a244fc0e7a7a2 Mon Sep 17 00:00:00 2001 From: James Byrne Date: Mon, 8 Dec 2014 15:18:57 +0000 Subject: 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 diff --git a/.gitignore b/.gitignore index 90b516d..7854d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/docs/.gitignore b/docs/.gitignore index 53f6ef9..fc05ff2 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,3 @@ *ct-ng*.1 *ct-ng*.1.gz +!ct-ng.1.in -- cgit v0.10.2-6-g49f6