diff options
author | Marcel Wysocki <[email protected]> | 2014-10-29 12:11:43 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-31 16:25:34 -0700 |
commit | 11662bf969b3503b66d5ccd81d024c0f4473100c (patch) | |
tree | 2dde3972ce1752a5439fb672b40eccaa1a897792 /config/.gitignore | |
parent | bb9d808c5a942111addef033bd50bff86d1a5cc7 (diff) |
Add config/compile to config/.gitignore
This file may be added by automake and therefore should be added
to config/.gitignore. For the full list of possible auxiliary
programs see the full automake documentation.
http://www.gnu.org/software/automake/manual/automake.html#Auxiliary-Programs
Signed-off-by: Marcel Wysocki <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #2848
Diffstat (limited to 'config/.gitignore')
-rw-r--r-- | config/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/.gitignore b/config/.gitignore index 12e6ecab1..cd811a0a9 100644 --- a/config/.gitignore +++ b/config/.gitignore @@ -1,3 +1,4 @@ +/compile /config.guess /config.sub /depcomp |