forked from FreeRDP/FreeRDP-WebConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
96 lines (93 loc) · 1.18 KB
/
.gitignore
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.*.swp
.libs
.deps
*.o
*.lo
*.rc
*.exe
*.rpm
*.spec
*.tar.gz
*~
aclocal.m4
autom4te.cache
config.guess
config.h
config.h.in
config.log
config.status
config.sub
configure
depcomp
doxygen.cfg
findrequires.pl
install-sh
isccwrap.sh
libtool
libtool.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
mingw32-config.cache
missing
Makefile
Makefile.in
rpmbuild.log
stamp-h1
wsgate/conf/initrc.redhat
wsgate/conf/initrc.suse
wsgate/conf/wsgate.service
wsgate/debian/init.d
wsgate/wsgate
wsgate/bindhelper
wsgate/*.bin
wsgate/wsgate.ini.sample
wsgate/doc/
wsgate/webroot/index.html
wsgate/webroot/css/style.css
wsgate/webroot/css/vkb.css
wsgate/webroot/js/modernizr.js
wsgate/webroot/js/mootools.js
wsgate/webroot/js/simpletabs.js
wsgate/webroot/js/vkb.js
wsgate/webroot/js/wsgate.js
wsgate/setup/.dlldeps
wsgate/setup/.setupdir
wsgate/setup/.stripsetup
wsgate/setup/setupdir
wsgate/build/
# Windows
*.vcxproj
*.vcxproj.*
*.vcproj
*.vcproj.*
*.sdf
*.sln
*.suo
*.ncb
*.opensdf
Thumbs.db
ipch
Debug
RelWithDebInfo
*.lib
*.exp
*.pdb
*.dll
*.ilk
*.resource.txt
*.embed.manifest*
*.intermediate.manifest*
# CMake
CMakeFiles/
CMakeCache.txt
config.h
Makefile
cmake_install.cmake
# Other
*~
*.dir
Release
Win32