diff options
author | Pavel Roskin <plroskin@gmail.com> | 2016-02-09 21:10:30 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2016-02-12 23:52:46 -0800 |
commit | ffc4efb9ce09ccc370571793607b19193d8cb15b (patch) | |
tree | e55f666c30563856e248fdf584281154904e74f1 /fontdump | |
parent | 9a1dea8e5015fd0d8bb5304fd05eae10efadf473 (diff) | |
download | xrdp-proprietary-ffc4efb9ce09ccc370571793607b19193d8cb15b.tar.gz xrdp-proprietary-ffc4efb9ce09ccc370571793607b19193d8cb15b.zip |
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.
Diffstat (limited to 'fontdump')
-rw-r--r-- | fontdump/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fontdump/.gitignore b/fontdump/.gitignore new file mode 100644 index 00000000..24600083 --- /dev/null +++ b/fontdump/.gitignore @@ -0,0 +1 @@ +!Makefile |