From 303f4fc483aafc5f7888e384ad4643eff27e3439 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 25 Jun 2026 13:46:19 -0400 Subject: [PATCH] chore(.gitignore): add .omc/ to gitignore and remove publications.bib --- .gitignore | 1 + publications.bib | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 publications.bib diff --git a/.gitignore b/.gitignore index d3e9fe9..9eb2b1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Build output dist/ +.omc/ # LaTeX intermediates (in case anything is built outside dist/) *.aux diff --git a/publications.bib b/publications.bib deleted file mode 100644 index 1ba5d4c..0000000 --- a/publications.bib +++ /dev/null @@ -1,15 +0,0 @@ -@article{linguistics, - author = "Sam Tilsen and Debarghya Das and Bruce McKee", - title = "Real-time articulatory biofeedback with electromagnetic articulography", - journal = "Linguistics Vanguard", - year = "in press", - DOI = "http://dx.doi.org/10.1002/andp.19053221004" -} - -@article{ml, - author = "Ashesh Jain and Debarghya Das and Ashutosh Saxena", - title = "PlanIt: A Crowdsourcing Approach for Learning to Plan Paths from Large Scale Preference Feedback", - journal = "Tech Report, ICRA", - year = "in press", - DOI = "http://arxiv.org/abs/1406.2616" -}