Updating Contact email
[BrunelResearch-dirac.git] / .gitignore
blob2ed0b031cc43a24e8a44d2042cf941e6d72f4322
2 # ignore stuff to do with autotools
4 aclocal.m4
5 autom4te.cache
6 depcomp
7 ltmain.sh
8 missing
9 install-sh
10 config.guess
11 config.sub
12 configure
13 config.log
14 config.status
15 libtool
17 # ignore all (anywhere) files generated by autotools
19 Makefile.in
20 Makefile
21 dirac.pc
23 # ignore side-effects of building in tree (anywhere)
25 /doc/html
26 .libs
27 .deps
28 *.a
29 *.o
30 *.lo
31 *.la
32 /libdirac_common/dirac-stdint.h
34 # NB, these ignore everything in the subdirectory
35 # since the dir also contains source files, we exclude them
36 # from the ignore
38 decoder/dirac_decoder
39 encoder/dirac_encoder
40 tests/at_wrap
41 tests/atconfig
42 /util/conversion/*
43 !/util/conversion/*.cpp
44 !/util/conversion/Makefile.am
45 !/util/conversion/common
46 util/instrumentation/dirac_instrumentation
48 # ignore side-effects of make install in tree
50 /lib
51 /bin
52 /include
53 /share
55 # ignore very common accidental files
57 *.swp