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
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.*
/test/runner
/test/perf/runner
/aclocal.m4
/Makefile.in
/Makefile
/*.cache/
/configure
/config.*
# 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/