File: .gitignore

package info (click to toggle)
qtav 1.12.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,028 kB
  • sloc: cpp: 60,092; ansic: 1,045; sh: 957; xml: 137; asm: 126; makefile: 45; java: 34
file content (73 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
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
CVS
.#*

# Hidden files are ignored by default with exceptions
.*
!/.gitignore
!/.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

*.fuse*

#qt
*.prl
*moc_*
*.moc
*qrc_res.cpp

#cache
*.swp