aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0fb871f9a887af0fe3eb6bc05e9f0c0b755d45d7 (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
# Autotools
/configure
/config.h
/config.h.in
/config.log
/config.status
/config
/aclocal.m4
/autom4te.cache
/libtool
.deps/
.libs/
*.la
*.lo
*.o
*.exe
Makefile
Makefile.in
stamp-*

# Generated
unit-tests
gtester-log.xml
gtester-log.html

cclosure-marshallers.[ch]
/doc/Doxyfile
/doc/doxygen
/doc/experiment-player.html
/doc/html_titlepage.xsl

/src/experiment-player

# Backup files
*~