1
0
Fork 0

Now using absolute (relative to repo root) paths in .gitignore

textend
Mike Gerwitz 2014-07-27 23:29:16 -04:00
parent 03438e0896
commit f1eedb81be
1 changed files with 23 additions and 23 deletions

46
.gitignore vendored
View File

@ -1,35 +1,35 @@
build /build
node_modules /node_modules
package.json /package.json
lib/version.js /lib/version.js
# generated by dist target # generated by dist target
AUTHORS /AUTHORS
NEWS /NEWS
ChangeLog /ChangeLog
# autotools- and configure-generated # autotools- and configure-generated
test/runner /test/runner
test/perf/runner /test/perf/runner
aclocal.m4 /aclocal.m4
Makefile.in /Makefile.in
Makefile /Makefile
*.cache/ /*.cache/
configure /configure
config.* /config.*
# script output # script output
perf.* /perf.*
# should be added using autoreconf -i # should be added using autoreconf -i
INSTALL /INSTALL
tools/install-sh /tools/install-sh
tools/missing /tools/missing
tools/mdate-sh /tools/mdate-sh
tools/texinfo.tex /tools/texinfo.tex
# downloaded manually by user # downloaded manually by user
tools/closure-compiler.jar /tools/closure-compiler.jar
# website branch # website branch
webroot/ /webroot/