summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 23 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 49ac783a..99f6cfe8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,8 @@
2 2
3//nacl build 3//nacl build
4nacl/build/ 4nacl/build/
5build 5build/
6!build/Makefile.am
6sodium 7sodium
7 8
8CMakeCache.txt 9CMakeCache.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
36m4/*
37!m4/pkg.m4
38configure
39configure_aux
40Makefile.in
41aclocal.m4
42config.h*
43config.log
44config.status
45stamp-h1
46autom4te.cache
47libtoxcore.pc
48libtool
49
50.deps
51.libs
30 52
31#netbeans 53#netbeans
32nbproject 54nbproject