More gitignores filtering Javascript related files.
This commit is contained in:
parent
424e3f4712
commit
94869c9228
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue