-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitignore
53 lines (53 loc) · 993 Bytes
/
.gitignore
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
*.o
*.lo
/INSTALL
Makefile
Makefile.in
/aclocal.m4
/autom4te.cache
/compile
/config.guess
/config.log
/config.status
/config.sub
/configure
/depcomp
/install-sh
/libtool
/ltmain.sh
missing
.deps
.libs
/src/g*.h
/src/g*.cpp
/src/swfmill
*.exe
*.la
/src/xslt/simple.cpp
/src/xslt/simple.xsl
/test/xml-swf-round-trip/*.swf
/test/xml-swf-round-trip/*.swf.xml
/test/xml-swf-round-trip/*.diff
/test/build
/test/old/test.html
.dirstamp
/autoconfig/m4/libtool.m4
/autoconfig/m4/ltoptions.m4
/autoconfig/m4/ltsugar.m4
/autoconfig/m4/ltversion.m4
/autoconfig/m4/lt~obsolete.m4
*core
/test/old/build
/test/old/output.html
/test/compile-and-verify/placeobject3-import.xml.swf
/test/compile-and-verify/placeobject3-import.xml.swf.xml
/test/compile-and-verify/import-happy-ttf.xml.swf
/test/compile-and-verify/import-happy-ttf.xml.swf.xml
/test/transform-and-verify/*.xsl.out.xml
.vagrant*
/swfmill-*.tar.gz
/distribution
/test-driver
/ubuntu-xenial-16.04-cloudimg-console.log
/test/**/*.log
/test/**/*.trs