aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 84c261b5e963b601daea1a9e1628c9d4a834065e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# IDE specific files:
.cproject
.project
.settings/

# Binary files:
*.o

# Application file:
messenger-gtk

# UI quicksave files:
*.ui~

# Application configuration files:
.messenger/

# Tar files
messenger-gtk-*.tar.gz