Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / .npmignore
1 # Miscellaneous stuff
2
3 /sassc
4 /sass-spec
5
6 VERSION
7 .DS_Store
8 .sass-cache
9 *.gem
10 *.gcno
11 .svn/*
12 .cproject
13 .project
14 .settings/
15
16 # Configuration stuff
17
18 GNUmakefile.in
19 GNUmakefile
20 /aclocal.m4
21 /autom4te.cache/
22 /src/config.h
23 /config.h.in
24 /config.log
25 /config.status
26 /configure
27 /libtool
28 /m4/libtool.m4
29 /m4/ltoptions.m4
30 /m4/ltsugar.m4
31 /m4/ltversion.m4
32 /m4/lt~obsolete.m4
33 /script/ar-lib
34 /script/compile
35 /script/config.guess
36 /script/config.sub
37 /script/depcomp
38 /script/install-sh
39 /script/ltmain.sh
40 /script/missing
41 /script/test-driver
42 /src/stamp-h1
43 /src/Makefile.in
44 /src/Makefile
45 libsass/*
46
47 # Build stuff
48
49 *.o
50 *.lo
51 *.so
52 *.dll
53 *.a
54 *.suo
55 *.sdf
56 *.opendb
57 *.opensdf
58 a.out
59 libsass.js
60 tester
61 tester.exe
62 build/
63 config.h.in*
64 lib/pkgconfig/
65
66 bin/*
67 .deps/
68 .libs/
69 win/bin
70 *.user
71
72 # Final results
73
74 sassc++
75 libsass.la
76 src/support/libsass.pc
77
78 # Cloned testing dirs
79 sassc/
80 sass-spec/
81
82 installer/