]> andersk Git - libyaml.git/blob - .gitignore
Add mingw-w64 builds to appveyor.yml
[libyaml.git] / .gitignore
1 .deps/
2 .libs/
3 *.BAK
4 *.a
5 *.dll
6 *.exe
7 *.la
8 *.lo
9 *.o
10 *.pc
11 *.so
12 *~
13 /CMakeCache.txt
14 /CMakeFiles/
15 /CTestTestfile.cmake
16 /GNUmakefile
17 /Makefile
18 Makefile.in
19 /Testing/
20 /aclocal.m4
21 /autom4te.cache
22 /cmake_install.cmake
23 /config
24 /config.h
25 /config.h.in
26 /config.h.in~
27 /config.log
28 /config.status
29 /configure
30 /example-deconstructor
31 /example-deconstructor-alt
32 /example-reformatter
33 /example-reformatter-alt
34 /include/Makefile
35 /libtool
36 /libyaml.a
37 /run-dumper
38 /run-emitter
39 /run-emitter-test-suite
40 /run-loader
41 /run-parser
42 /run-parser-test-suite
43 /run-scanner
44 /src/Makefile
45 /stamp-h1
46 /test-reader
47 /test-version
48 /tests/Makefile
49 /tests/example-deconstructor
50 /tests/example-deconstructor-alt
51 /tests/example-reformatter
52 /tests/example-reformatter-alt
53 /tests/run-dumper
54 /tests/run-emitter
55 /tests/run-emitter-test-suite
56 /tests/run-loader
57 /tests/run-parser
58 /tests/run-parser-test-suite
59 /tests/run-scanner
60 /tests/run-test-suite/
61 /tests/test-reader
62 /tests/test-reader.log
63 /tests/test-reader.trs
64 /tests/test-suite.log
65 /tests/test-version
66 /tests/test-version.log
67 /tests/test-version.trs
This page took 0.041285 seconds and 5 git commands to generate.