1
0
Fork 0

.gitignore maintinance

textend
Mike Gerwitz 2014-07-27 23:30:45 -04:00
commit c2507356a6
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 26 additions and 23 deletions

49
.gitignore vendored
View File

@ -1,35 +1,38 @@
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 /doc/Makefile.in
test/perf/runner /doc/Makefile
aclocal.m4 /test/runner
Makefile.in /test/perf/runner
Makefile /aclocal.m4
*.cache/ /Makefile.in
configure /Makefile
config.* /*.cache/
/configure
/config.*
/version
# 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/