Imported Upstream version 1.7.0
[platform/upstream/augeas.git] / .gitignore
1 *~
2 .cproject
3 .project
4 augeas.pc
5 augeas.spec
6 build/
7 gnulib/
8 config.h
9 config.h.in
10 stamp-h1
11 aclocal.m4
12 autom4te.cache/
13 Makefile
14 Makefile.in
15 config.sub
16 config.log
17 config.guess
18 config.status
19 configure
20 depcomp
21 install-sh
22 ltmain.sh
23 missing
24 ChangeLog
25 .deps/
26 .libs/
27 *.l[oa]
28 *.[oa]
29 *.loT
30 TAGS
31 libtool
32 ylwrap
33 src/datadir.h
34 src/parser.[ch]
35 src/lexer.[ch]
36 src/augtool
37 src/augparse
38 src/callgrind.*
39 tests/fatest
40 tests/leak
41 tests/lens-*.sh
42 tests/test-api
43 tests/test-xpath
44 tests/test-load
45 tests/test-perf
46 tests/test-run
47 tests/test-save
48 tests/*.trs
49 *.aux
50 *.dvi
51 *.log
52 *.pdf
53 man/*.1
54 doc/naturaldocs/output
55 doc/naturaldocs/conf/*/Data/*.nd
56 examples/fadot
57 .settings