author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-08-18 16:25:41 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-08-18 16:25:41 (GMT) |
commit | 27556ba574b91a768c8a5fc2e70247f1c2fd5cc0 (patch) (side-by-side diff) | |
tree | a75fa2bc277a44253ba83ea121c86279392a1561 | |
parent | 05e9c2f9759a9bfae2e6a72eb20015ed3b44b393 (diff) | |
download | exp005-27556ba574b91a768c8a5fc2e70247f1c2fd5cc0.zip exp005-27556ba574b91a768c8a5fc2e70247f1c2fd5cc0.tar.gz exp005-27556ba574b91a768c8a5fc2e70247f1c2fd5cc0.tar.bz2 |
Updated the ignore list to use full paths and removed the sel_save.c file that it output from the DB2 precompiler.
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,8 +6,6 @@ Makefile Makefile.in aclocal.m4 autom4te.cache/ -base.c -clear_selection.c config.guess config.h config.h.in @@ -15,14 +13,16 @@ config.log config.status config.sub configure -dbconnect.c depcomp install-sh missing r/.RData r/.Rhistory -selection_from_db.c -selsave.c src/.deps/ +src/controller/actions/clear_selection.c +src/controller/actions/sel_save.c +src/controller/actions/selection_from_db.c +src/db/dbconnect.c src/flumap +src/model/data/base.c stamp-h1 |