aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6718e4e8a1f8e0a63b697efdddff341bf858b9b0 (plain) (blame)
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
.version

aclocal.m4
autom4te.cache/
build-aux/

config.log
config.status
configure
configure~

libtool
m4/

Makefile.in
Makefile

# IDE specific files:
.cproject
.project
.settings/
.vscode/

# Binary files:
*.o

# Application file:
messenger-gtk

# UI quicksave files:
*.ui~

# Application configuration files:
.messenger/

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