summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-09 21:10:30 -0800
committerPavel Roskin <plroskin@gmail.com>2016-02-12 23:52:46 -0800
commitffc4efb9ce09ccc370571793607b19193d8cb15b (patch)
treee55f666c30563856e248fdf584281154904e74f1 /sesman
parent9a1dea8e5015fd0d8bb5304fd05eae10efadf473 (diff)
downloadxrdp-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/.gitignore1
-rw-r--r--sesman/chansrv/pulse/.gitignore1
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