summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2b532143d128620fdc7e0072b74785cf855877f9 (plain)
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
# Lines starting with '#' are considered comments.

# Ignore the program file
mpristester

# Ignore the makefile
Makefile

# Ignore all moc files
moc_*

# Ignore all files generated from UI descriptions
ui_*

# Ignore objects and archives.
*.[oa]

# Ignore backup files
*~

# Ignore build dir
build

*.pro.user
*.pro.user.*
.kdev4
*.kdev4