mirror of https://github.com/neutrinolabs/xrdp
Merge pull request #610 from proski/gitignore
Ignore untracked files in submodules, ignore X11rdp
This commit is contained in:
commit
65084d26a0
|
@ -1,8 +1,10 @@
|
|||
[submodule "librfxcodec"]
|
||||
path = librfxcodec
|
||||
url = https://github.com/neutrinolabs/librfxcodec.git
|
||||
ignore = untracked
|
||||
|
||||
[submodule "libpainter"]
|
||||
path = libpainter
|
||||
url = https://github.com/neutrinolabs/libpainter.git
|
||||
branch = devel
|
||||
ignore = untracked
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
X11rdp
|
Loading…
Reference in New Issue