diff options
author | Marcel Wysocki <[email protected]> | 2014-10-31 16:26:29 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2014-10-31 16:26:44 -0700 |
commit | 7f118e836e3533d85aa0f859eb463cf9e54dc3fc (patch) | |
tree | 58006f19525a84e5af8f98d6f1056ad97f55edd8 /config | |
parent | 3f4a13c49709ab4bc6abb6b3159be77ce168a5e0 (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]>
Diffstat (limited to 'config')
-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 |