diff options
author | Christian Heimes <cheimes@redhat.com> | 2016-12-05 11:54:20 +0100 |
---|---|---|
committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-12-05 12:08:54 +0100 |
commit | 86295a8c2ea5c0546b070053d490b3a8b8013012 (patch) | |
tree | 7120419020077ed2167425377b4f1fb33347af64 | |
parent | 34bd2b63377772f3dabc0eb36f7021238df286a6 (diff) | |
download | freeipa-86295a8c2ea5c0546b070053d490b3a8b8013012.tar.gz freeipa-86295a8c2ea5c0546b070053d490b3a8b8013012.tar.xz freeipa-86295a8c2ea5c0546b070053d490b3a8b8013012.zip |
Ignore backup~ files like config.h.in~
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Petr Spacek <pspacek@redhat.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 86389ef4f..a9c71e43b 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ Makefile.in *.log *.o *.trs +*~ version.m4 aclocal.m4 autom4te.cache/ |