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

aclocal.m4
autom4te.cache/
build-aux/

config.log
config.status
configure
configure~

libtool
m4/

Makefile.in
Makefile

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

# Binary files:
*.o

# Application file:
messenger-cli

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