summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorOliver Buchtala <oliver.buchtala@googlemail.com>2014-02-26 22:47:29 +0100
committerOliver Buchtala <oliver.buchtala@googlemail.com>2014-02-26 22:47:29 +0100
commit94869c922861adc007e1cfffde279f2c4e554311 (patch)
tree5ee5d2accc49d696e9c050da0c3b2e77b12623f7 /.gitignore
parent424e3f47123f8a7746d12d02204b896e55b8444d (diff)
downloadswig-94869c922861adc007e1cfffde279f2c4e554311.tar.gz
More gitignores filtering Javascript related files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eb3aa012c..25cac8fec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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