summaryrefslogtreecommitdiff
path: root/.gitignore
blob: aa7d8f5080072419d99f675d1340ab47a8fcdd2a (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
58
59
60
61
62
63
64
65
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ethumbs.db
Thumbs.db

//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
.dirstamp

#netbeans
nbproject

#astyle
*.orig