From 07f12a9ebf96c396e47f4570bae88d397dcc1d9d Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Tue, 2 Mar 2010 10:22:23 +0100 Subject: [PATCH] Update gitignore file to ingore .o .hi files and the vhdl directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e0ca27e..b472a56 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,8 @@ *.bak *.ptb *.synctex.gz +*.o +*.hi .latexmkrc cλash.tex +vhdl -- 2.30.2