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