summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 99f6cfe88bd8eb599075f4f5abf8c095dc68c7b2 (plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.DS_Store

//nacl build
nacl/build/
build/
!build/Makefile.am
sodium

CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt

testing/data
*~

# Vim
*.swp

# Ctags
tags

# Object files
*.o
*.lo
*.a

# Executables
*.exe
*.out
*.app
*.swp
*.la

m4/*
!m4/pkg.m4
configure
configure_aux
Makefile.in
aclocal.m4
config.h*
config.log
config.status
stamp-h1
autom4te.cache
libtoxcore.pc
libtool

.deps
.libs

#netbeans
nbproject

#astyle
*.orig