More gitignores filtering Javascript related files.

This commit is contained in:
Oliver Buchtala 2014-02-26 22:47:29 +01:00
commit 94869c9228

8
.gitignore vendored
View file

@ -5,6 +5,8 @@
# Editor files and various other junk
*.sw?
*.bak
*.log
.DS_Store
# Local PCRE
pcre
@ -23,6 +25,7 @@ pcre
*.so
*.so.*
*.dylib
*.bundle
# C/C++ static libraries, based on:
# https://github.com/github/gitignore/blob/master/C.gitignore
@ -72,6 +75,7 @@ Lib/ocaml/swigp4.ml
Source/Include/stamp-h1
Source/Include/swigconfig.h
Source/Makefile
Tools/javascript/Makefile
.deps
config.log
config.status
@ -86,6 +90,7 @@ Source/CParse/parser.c
Source/CParse/parser.h
Source/eswig
swig
Tools/javascript/javascript
# Generated documentation
Doc/Manual/CCache.html
@ -103,6 +108,7 @@ Examples/test-suite/d/*/
Examples/test-suite/go/*/
Examples/test-suite/guile/*/
Examples/test-suite/java/*/
Examples/test-suite/javascript/*/
Examples/test-suite/lua/*/
Examples/test-suite/mzscheme/*/
Examples/test-suite/ocaml/*/
@ -115,6 +121,8 @@ Examples/test-suite/r/*/
Examples/test-suite/ruby/*/
Examples/test-suite/tcl/*/
Examples/test-suite/uffi/*/
*_wrap.c
*_wrap.cxx
# Python generated files, based on:
# https://github.com/github/gitignore/blob/master/Python.gitignore