* .gitignore: Ignore *.obj files for MSVC (and w32 in general).

This commit is contained in:
Peter Rosin 2010-09-12 18:43:11 +02:00
parent e61b37353e
commit 52e86c6278
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@
*.lo
*.log
*.o
*.obj
*.pg
*.toc
*.tp

View File

@ -1,5 +1,7 @@
2010-09-12 Peter Rosin <peda@lysator.liu.se>
* .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.