Merge pull request #610 from proski/gitignore
Ignore untracked files in submodules, ignore X11rdp
This commit is contained in:
commit
65084d26a0
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,8 +1,10 @@
|
|||||||
[submodule "librfxcodec"]
|
[submodule "librfxcodec"]
|
||||||
path = librfxcodec
|
path = librfxcodec
|
||||||
url = https://github.com/neutrinolabs/librfxcodec.git
|
url = https://github.com/neutrinolabs/librfxcodec.git
|
||||||
|
ignore = untracked
|
||||||
|
|
||||||
[submodule "libpainter"]
|
[submodule "libpainter"]
|
||||||
path = libpainter
|
path = libpainter
|
||||||
url = https://github.com/neutrinolabs/libpainter.git
|
url = https://github.com/neutrinolabs/libpainter.git
|
||||||
branch = devel
|
branch = devel
|
||||||
|
ignore = untracked
|
||||||
|
1
xorg/X11R7.6/rdp/.gitignore
vendored
Normal file
1
xorg/X11R7.6/rdp/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
X11rdp
|
Loading…
Reference in New Issue
Block a user