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 /sesman | |
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 'sesman')
-rw-r--r-- | sesman/chansrv/pcsc/.gitignore | 1 | ||||
-rw-r--r-- | sesman/chansrv/pulse/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sesman/chansrv/pcsc/.gitignore b/sesman/chansrv/pcsc/.gitignore new file mode 100644 index 00000000..24600083 --- /dev/null +++ b/sesman/chansrv/pcsc/.gitignore @@ -0,0 +1 @@ +!Makefile diff --git a/sesman/chansrv/pulse/.gitignore b/sesman/chansrv/pulse/.gitignore new file mode 100644 index 00000000..24600083 --- /dev/null +++ b/sesman/chansrv/pulse/.gitignore @@ -0,0 +1 @@ +!Makefile |