Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 007e080

Browse files
committed
Clean up .gitignore list [ci skip]
1 parent 7ce270c commit 007e080

File tree

1 file changed

+2
-61
lines changed

1 file changed

+2
-61
lines changed

.gitignore

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,9 @@
1-
# Miscellaneous stuff
2-
3-
.DS_Store
4-
.sass-cache
5-
*.gem
6-
*.gcno
7-
.svn/*
8-
.cproject
9-
.project
10-
.settings/
11-
12-
# Configuration stuff
13-
14-
Makefile.in
15-
/aclocal.m4
16-
/autom4te.cache/
17-
/config.guess
18-
/config.h
19-
/config.h.in
20-
/config.log
21-
/config.status
22-
/config.sub
23-
/configure
24-
/depcomp
25-
/install-sh
26-
/libtool
27-
/ltmain.sh
28-
/m4/libtool.m4
29-
/m4/ltoptions.m4
30-
/m4/ltsugar.m4
31-
/m4/ltversion.m4
32-
/m4/lt~obsolete.m4
33-
/missing
34-
/stamp-h1
35-
src/Makefile
36-
libsass/*
37-
38-
# Build stuff
39-
40-
*.o
41-
*.lo
42-
*.a
43-
a.out
44-
libsass.js
45-
46-
bin/*
47-
.deps/
48-
.libs/
49-
50-
# Final results
51-
52-
sassc++
53-
libsass.la
54-
support/libsass.pc
55-
56-
# Cloned testing dirs
57-
sassc/
58-
sass-spec/
59-
60-
# libsass-python
61-
._.DS_Store
621
build/
632
dist/
643
docs/_build
4+
._.DS_Store
655
.coverage
6+
.DS_Store
667
.tox
678
.*.swp
689
*.egg

0 commit comments

Comments
 (0)