summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-12-01 11:01:41 -0800
committerJim Meyering <meyering@fb.com>2014-12-01 11:07:16 -0800
commit383efa5436d98f3eec6ad6f37b52013cee0a14b9 (patch)
tree22c4c59364f1d8a72a1f48ec8f50f9d2fc0d2f64 /.gitignore
parent671770af8b0aa7829b1e7a032f16e9cced5d00a8 (diff)
downloadsed-383efa5436d98f3eec6ad6f37b52013cee0a14b9.tar.gz
build: avoid warning about unused fchown result
* sed/execute.c: Include "ignore-value.h". (closedown): Explicitly ignore fchown return value. * bootstrap.conf (gnulib_modules): Add ignore-value. * lib/.gitignore: Ignore the new .h file. * .gitignore: Ignore all **~ backup files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 276baed..cf150a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
*.exe
*.o
*/.deps/
-*~
+**~
+*
/gnulib-tests/*
!/gnulib-tests/Makefile.am