From 0f57eacebce435c7da518b2d17638036a3ae5a40 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 20 Apr 2011 14:56:12 +0100 Subject: Add bin directories to .gitignore file. Also add some comments with useful lines that people might want to copy to their local .git/info/exclude file. --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index c95d3a63b..5a7d1395e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,12 @@ win32/GhostPDLGit.sln # Ignore all the object files +bin +debugbin +profbin +bin64 +debugbin64 +profbin64 debugobj obj profobj @@ -24,3 +30,25 @@ obj64 profobj64 cscope.* autom4te.cache + +# Adding the following lines would help limit the 'noise' seen in git status +# due to files created during testing. Conversely, it prevents them being +# removed with git clean. A compromise is to include them here commented out +# so that people can copy them to their local .git/info/exclude if they want +# them. +# /*.pam +# /*.pbm +# /*.pgm +# /*.pkm +# /*.pnm +# /*.png +# /*.tif +# /*.tiff +# gs/*.pam +# gs/*.pbm +# gs/*.pgm +# gs/*.pkm +# gs/*.pnm +# gs/*.png +# gs/*.tif +# gs/*.tiff -- cgit v1.2.1