aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: b76cb24f8483bc7f75e4b7459442cef3aace7017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# IDE specific files:
.cproject
.project
.settings/

# Binary files:
*.o

# Application file:
messenger-gtk

# UI quicksave files
*.ui~