~x2go/x2go/x2goclient_build-main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Temporary object files/static libs.
*.dylib
*.so
*.so.*
*.[oa]
*.exe
*.lib
*.dll

client_build/
plugin_build/
.build_man2html
x2goclient

# Generated by qmake.
moc_*.cpp
ui_*.h
qrc_resources.cpp

# VIM temporary files.
.*.sw*

# Generated by lrelease.
x2goclient_*.qm

# Generated by qmake when building on OS X.
x2goclient.app
x2goclient.dmg

x2goclient.pro.user

# This file.
.gitignore

# Generated by Visual Studio.
.vscode/

# Auto-generated from template.
debian/control