author | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:20:08 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-10-01 20:20:08 (GMT) |
commit | cce3bc7278c285cca5e4f7b21e04452b7b42be00 (patch) (side-by-side diff) | |
tree | 3f4046c6a0e7c2706798e9e93b9a0fc585e7f361 | |
parent | 3ca9bb7c3c90a8e7da3e2e440a72cdb11b3e66b0 (diff) | |
download | exp005-cce3bc7278c285cca5e4f7b21e04452b7b42be00.zip exp005-cce3bc7278c285cca5e4f7b21e04452b7b42be00.tar.gz exp005-cce3bc7278c285cca5e4f7b21e04452b7b42be00.tar.bz2 |
Added the src/.libs directory to the ignore list since the contents of
this directory are built from source.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ missing r/.RData r/.Rhistory src/.deps/ +src/.libs/ src/controller/actions/clear_selection.c src/controller/actions/sel_save.c src/controller/actions/selection_from_db.c |