-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
.gitignore
90 lines (75 loc) · 786 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
CVS
.#*
*.patch
*.diff
*.orig
#*.rej
contrib/include
*~
*.mak
# Hidden files are ignored by default with exceptions
.*
!/.gitignore
!/.github
!/.gitmodules
!/.qmake.conf
!/.travis.yml
# .install files in debian/ are generated and ignored
debian/*.install
obj
TestResults
*.pbxuser
*.perspectivev3
*.old
*.log
*.out
*.cache
*.deb
*.git.old*
Makefile*
*.*pro*.user*
*.[oa]
*.so*
*.dll
*.lib
*.exp
*.exe
*.out
#vc files
*.def
*.dep
*.idb
*.layout
*.manifest
*.ncb
*.obj
*.pdb
*.suo
*.user
*.tlh
*.tli
#intel compiler
*.ilk
#dirs
/bin*
/lib*
build
Debug
Release
*.Debug
*.Release
# Ignore temporary Python files
python/PyQtAV.api
python/PyQtAV.pro
python/QtAV.pyi
python/QtAVWidgets.pyi
python/QtAV
python/QtAVWidgets
*.fuse*
#qt
*.prl
*moc_*
*.moc
*qrc_res.cpp
#cache
*.swp