summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-20 14:56:12 +0100
committerRobin Watts <Robin.Watts@artifex.com>2011-04-20 14:56:12 +0100
commit0f57eacebce435c7da518b2d17638036a3ae5a40 (patch)
treed66eec0f54e0530b168421927f44528ee411aefe /.gitignore
parentc10532c1b2e63dd6d6d95f1a0b578eb865ff4d9a (diff)
downloadghostpdl-0f57eacebce435c7da518b2d17638036a3ae5a40.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 28 insertions, 0 deletions
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