-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
97 lines (88 loc) · 1.51 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
97
*.ropeproject
*ycm_extra_conf*
compile_commands.json
bin
*.o
CLI/bin
CLI/build
*_back
trash
bui.sh
kurjun/*
python_src
.vscode
# extra libs
/third-party/python*
/third-party/curl
/third-party/openssl
/third-party/libssh
# linux build
*.swp
*.swo
config.make
UI/Builds/LinuxMakefile/build
deploy.sh
package/subutai*
package/linux/debian/fonts
package/linux/debian/icons
*.deb
*.debhelper
# windows build
*.sdf
*.filter*
*.user
*.opendb
*.obj
*.tlog
*.lastbuildstate
*.lib
*.pdb
.vs
subutai-launcher/Debug
subutai-launcher/x64
subutai-launcher/.vs
subutai-launcher/ipch
subutai-laucher/Debug
UI/Builds/VisualStudio2015/.vs/
UI/Builds/VisualStudio2015/Debug/
/win/
/Debug
/x64
/testsuite/Debug
/testsuite/x64
build/launcher-windows/subutai-launcher/x64/
build/launcher-windows/UI/x64
build/launcher-windows/UI/Win32
build/launcher-windows/TestSuite/Debug
package/windows/Debug
package/windows/Release
package/windows/launcher-installer/Debug
package/windows/launcher-installer/Release
# python
__pycache__
*.pyc
py-embed/*.c*
py-embed/Makefile
# misc
/deploy
*.log
p2p
md5-*
*.zip
# runtime
lnchr.conf
# Macos package
/package/darwin/flat/base.pkg/PackageInfo
/package/darwin/flat/Distribution
/package/darwin/root
*.pkg
.DS_Store
# Linux package
/package/linux/debian/debhelper-build-stamp
/package/linux/debian/subutai-launcher.substvars
/package/linux/debian/subutai-launcher.debhelper.log
/package/linux/debian/subutai-launcher
/package/linux/debian/SubutaiLauncher
/package/linux/debian/python
qt_launcher.pro
qt_launcher.pro.user