aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8f8cabfd976ff2dc271e5c03d7d511ef5ec1dd5e (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
.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/
.vscode/

# Binary files:
*.o

# Application file:
messenger-cli

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