Recent versions of automake add a "compile" file. "git status" should ignore it.
Signed-off-by: Chuck Lever <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 12ffd96..4401770 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ depcomp .stgit* py-compile cov-int/ +compile _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
