-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
69 lines (62 loc) · 899 Bytes
/
.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
# Project Specific #
####################
LogFile.txt
# Windows Explorer DBs #
########################
.copyarea.db
Thumbs.db
# Qt qmake and moc output #
#################
Makefile*
moc_*.cpp
# Visual Studio Output #
########################
ipch/
GeneratedFiles/
*Release/
*Debug/
# Visual Studio Temp #
######################
*.exe
# build result
*.dll
*.qm
*.user
# User-specific settings
*.aps
# last resource editor state
*.idb
# build state
*.ipch
# build helper
*.lastbuildstate
# build helper
# *.lib
# build result. Can be 3rd party
*.log
# build log
*.manifest
# build helper. Can be written yourself.
*.obj
# build helper
*.pch
# build helper
#*.pdb
# build result
*.res
# build helper
*.sdf
*.opensdf
# intellisense dbase
*.suo
# solution user options
*.tlog
# build log
# MS Office Temp Files #
########################
~*
#Zip file for builds
*.zip
# Mac Files
*.dmg
.DS_Store