You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
884 B
86 lines
884 B
|
3 years ago
|
# Miscellaneous stuff
|
||
|
|
|
||
|
|
/sassc
|
||
|
|
/sass-spec
|
||
|
|
|
||
|
|
VERSION
|
||
|
|
.DS_Store
|
||
|
|
.sass-cache
|
||
|
|
*.gem
|
||
|
|
*.gcno
|
||
|
|
.svn/*
|
||
|
|
.cproject
|
||
|
|
.project
|
||
|
|
.settings/
|
||
|
|
*.db
|
||
|
|
*.aps
|
||
|
|
|
||
|
|
# Configuration stuff
|
||
|
|
|
||
|
|
GNUmakefile.in
|
||
|
|
GNUmakefile
|
||
|
|
/aclocal.m4
|
||
|
|
/autom4te.cache/
|
||
|
|
/src/config.h
|
||
|
|
/config.h.in
|
||
|
|
/config.log
|
||
|
|
/config.status
|
||
|
|
/configure
|
||
|
|
/libtool
|
||
|
|
/m4/libtool.m4
|
||
|
|
/m4/ltoptions.m4
|
||
|
|
/m4/ltsugar.m4
|
||
|
|
/m4/ltversion.m4
|
||
|
|
/m4/lt~obsolete.m4
|
||
|
|
/script/ar-lib
|
||
|
|
/script/compile
|
||
|
|
/script/config.guess
|
||
|
|
/script/config.sub
|
||
|
|
/script/depcomp
|
||
|
|
/script/install-sh
|
||
|
|
/script/ltmain.sh
|
||
|
|
/script/missing
|
||
|
|
/script/test-driver
|
||
|
|
/src/stamp-h1
|
||
|
|
/src/Makefile.in
|
||
|
|
/src/Makefile
|
||
|
|
libsass/*
|
||
|
|
|
||
|
|
# Build stuff
|
||
|
|
|
||
|
|
*.o
|
||
|
|
*.lo
|
||
|
|
*.so
|
||
|
|
*.dll
|
||
|
|
*.a
|
||
|
|
*.suo
|
||
|
|
*.sdf
|
||
|
|
*.opendb
|
||
|
|
*.opensdf
|
||
|
|
a.out
|
||
|
|
libsass.js
|
||
|
|
tester
|
||
|
|
tester.exe
|
||
|
|
build/
|
||
|
|
config.h.in*
|
||
|
|
lib/pkgconfig/
|
||
|
|
|
||
|
|
bin/*
|
||
|
|
.deps/
|
||
|
|
.libs/
|
||
|
|
win/bin
|
||
|
|
*.user
|
||
|
|
win/*.db
|
||
|
|
|
||
|
|
# Final results
|
||
|
|
|
||
|
|
sassc++
|
||
|
|
libsass.la
|
||
|
|
src/support/libsass.pc
|
||
|
|
|
||
|
|
# Cloned testing dirs
|
||
|
|
sassc/
|
||
|
|
sass-spec/
|
||
|
|
|
||
|
|
installer/
|