Imported Upstream version 1.4.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 tests/fatest
39 tests/leak
40 tests/lens-*.sh
41 tests/test-api
42 tests/test-xpath
43 tests/test-load
44 tests/test-run
45 tests/test-save
46 tests/*.trs
47 *.aux
48 *.dvi
49 *.log
50 *.pdf
51 man/*.1
52 doc/naturaldocs/output
53 doc/naturaldocs/conf/*/Data/*.nd
54 examples/fadot
55 .settings