From 7e5de57b9b98f0aa151f8924f18645214927c57d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Tue, 9 Feb 2016 21:10:30 -0800 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2460008 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +!Makefile