-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitignore
54 lines (40 loc) · 1.05 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
# Build
qpp/build-prefetch-Desktop_x86_windows_mingw4_8_2_32bit-Debug
qpp/build-prefetch-Desktop_x86_windows_mingw4_8_2_32bit-Release
qpp/build-prefetch-Desktop_x86_windows_mingw4_8_2_32bit-Release_Verbose
qpp/build-prefetch-Desktop_x86_windows_mingw4_8_2_32bit-Release_Performance
qpp/Pack
qpp/Pack_Linux
# Qt translate file
*.qm
# Ide setting
# Qt Creator
qpp/prefetch/prefetch.pro.user
# VSCode
qpp/prefetch/.vscode/c_cpp_properties.json
qpp/prefetch/.vscode/launch.json
qpp/prefetch/env.bat
# VSCode cpptools
qpp/prefetch/cpptools
# Tool environment
qpp/prefetch/Tool/env.bat
qpp/prefetch/Tool/create_symbolic_link_env.bat
qpp/prefetch/Tool/build_env.py
# Log
*.log
# Python venv
qpp/prefetch/.venv
# Python compile cache
*.pyc
# Tool ParseProcmonLog.py user data
qpp/prefetch/Tool/Logfile.CSV
# Wiki
wiki/prefetch.wiki/
# Third party libraries symbolic link
qpp/ThirdParty/qt
qpp/ThirdParty/boost
# User data during debug
qpp/prefetch/prefetch.debug.ini
# ReCompact libraries
qpp/prefetch/Tool/ReCompact/cstpw.ps1
qpp/prefetch/Tool/ReCompact/cstpw.cmd