diff options
author | Josh Blum <josh@joshknows.com> | 2011-07-03 11:35:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-07-03 11:35:55 -0700 |
commit | f6fedf278c08fb0083808c6baf42ba2972a43ef1 (patch) | |
tree | 5fc640ecbf448b29dd7c9cd2ce59192955dfbb55 /gruel | |
parent | 0943610314d15abeecd0547de9541560bf373811 (diff) |
gr: added to the .gitignores to various components for in-tree builds
Diffstat (limited to 'gruel')
-rw-r--r-- | gruel/src/python/.gitignore | 1 | ||||
-rw-r--r-- | gruel/src/swig/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gruel/src/python/.gitignore b/gruel/src/python/.gitignore index b336cc7cec..604b402c56 100644 --- a/gruel/src/python/.gitignore +++ b/gruel/src/python/.gitignore @@ -1,2 +1,3 @@ /Makefile /Makefile.in +/run_tests diff --git a/gruel/src/swig/.gitignore b/gruel/src/swig/.gitignore index b336cc7cec..f99fdb19ba 100644 --- a/gruel/src/swig/.gitignore +++ b/gruel/src/swig/.gitignore @@ -1,2 +1,4 @@ /Makefile /Makefile.in +/python +/pmt_swig.py |