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

aclocal.m4
autom4te.cache/
build-aux/
.cache/

config.log
config.status
configure
configure~

libtool
m4/

Makefile.in
Makefile

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

# Binary files:
*.o
*.so

# Test files:
tests/*.test

# Tar files
libgnunetchat-*.tar.gz