From 52e86c62786b95f91f32e7020f7eaf3c1be9a59b Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Sun, 12 Sep 2010 18:43:11 +0200 Subject: [PATCH] * .gitignore: Ignore *.obj files for MSVC (and w32 in general). --- .gitignore | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e8e1bc24..bc712708 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ *.lo *.log *.o +*.obj *.pg *.toc *.tp diff --git a/ChangeLog b/ChangeLog index 0d5e54d1..c7d03369 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-09-12 Peter Rosin + * .gitignore: Ignore *.obj files for MSVC (and w32 in general). + Adjust to moved auxiliary files and add compile. * HACKING (Maintenance Notes): Adjust to moved files. Add the compile script.