aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 298572161ddd9aa0030f2f6ac5e4e2d18438d2f3 (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
.version

aclocal.m4
autom4te.cache/
build-aux/

config.log
config.status
configure
configure~

libtool
m4/

Makefile.in
Makefile

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

# Binary files:
*.o

# Application file:
messenger-cli

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