diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -2,7 +2,8 @@ | |||
2 | 2 | ||
3 | //nacl build | 3 | //nacl build |
4 | nacl/build/ | 4 | nacl/build/ |
5 | build | 5 | build/ |
6 | !build/Makefile.am | ||
6 | sodium | 7 | sodium |
7 | 8 | ||
8 | CMakeCache.txt | 9 | CMakeCache.txt |
@@ -22,11 +23,32 @@ tags | |||
22 | 23 | ||
23 | # Object files | 24 | # Object files |
24 | *.o | 25 | *.o |
26 | *.lo | ||
27 | *.a | ||
25 | 28 | ||
26 | # Executables | 29 | # Executables |
27 | *.exe | 30 | *.exe |
28 | *.out | 31 | *.out |
29 | *.app | 32 | *.app |
33 | *.swp | ||
34 | *.la | ||
35 | |||
36 | m4/* | ||
37 | !m4/pkg.m4 | ||
38 | configure | ||
39 | configure_aux | ||
40 | Makefile.in | ||
41 | aclocal.m4 | ||
42 | config.h* | ||
43 | config.log | ||
44 | config.status | ||
45 | stamp-h1 | ||
46 | autom4te.cache | ||
47 | libtoxcore.pc | ||
48 | libtool | ||
49 | |||
50 | .deps | ||
51 | .libs | ||
30 | 52 | ||
31 | #netbeans | 53 | #netbeans |
32 | nbproject | 54 | nbproject |