summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add *.a to top .gitignore, add xorg/X11R7.6/.gitignorePavel Roskin2016-10-091-0/+1
|
* Install the most appropriate PAM settings filePavel Roskin2016-02-131-0/+1
| | | | | | Installing a file referring to common-auth is of no use if that file doesn't exit. Don't use "password" entry, xrdp doesn't ever change user password.
* Don't ignore files known to gitPavel Roskin2016-02-121-11/+12
| | | | | | | | | | | | | 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.
* Don't use a symlink where #include would sufficePavel Roskin2016-01-261-1/+0
| | | | | | | | | | | | | Absolute symlinks break when the source is moved to another location. In the best case, the symlink will be replaced with a copy, but that creates code duplication. A user who got the packaged source may decide to change one config.c without realizing that another config.c will get the same changes. Don't ignore config.c, it's a regular source file now, albeit very short. Testing done: compiled inside and outside build directory.
* add compile and xrdp-xcon to .gitignoreKoichiro IWAO2015-06-121-0/+2
|
* Removed unused 'build' in gitignoreArvidNorr2013-01-311-1/+0
|
* More logging addedArvidNorr2013-01-181-1/+2
|
* add xrdp-dis to .gitignoreJay Sorg2011-08-231-0/+1
|
* added xrdp/xrdpJay Sorg2011-07-071-0/+1
|
* remove xrdp from .gitignore, I couldn't add files in xrdp directoryJay Sorg2011-07-061-1/+0
|
* update .gitignoreItamar Reis Peixoto2010-11-211-0/+15
|
* modify gitignoreItamar Reis Peixoto2010-11-201-1/+1
|
* add gitignore patchItamar Reis Peixoto2010-11-201-0/+22