From ffc4efb9ce09ccc370571793607b19193d8cb15b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 9 Feb 2016 21:10:30 -0800 Subject: Don't ignore files known to git That can cause unexpected behavior, especially with third party tools. The ignored files will be lost if the source tree is re-imported to another git repository, unless special care is taken. Whitelist all non-generated makefiles. To whitelist instfiles/pam.d/xrdp-sesman, add path to all generated executables listed in the top-level .gitignore, sort .gitignore alphabetically. Add mkinstalldir, it's used by Automake on some systems. --- fontdump/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 fontdump/.gitignore (limited to 'fontdump') diff --git a/fontdump/.gitignore b/fontdump/.gitignore new file mode 100644 index 00000000..24600083 --- /dev/null +++ b/fontdump/.gitignore @@ -0,0 +1 @@ +!Makefile -- cgit v1.2.1