summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2020-12-12 09:29:36 +0000
committerKen Sharp <ken.sharp@artifex.com>2020-12-12 09:29:36 +0000
commit96e881edc16d7ffe562f8e46354a16275008fe08 (patch)
tree83e1c809552a048b84750613d98a883f7c7531be /.gitignore
parentd1be0cd16079c34c05b790683ea76b790486989b (diff)
downloadghostpdl-96e881edc16d7ffe562f8e46354a16275008fe08.tar.gz
Have Git ignore some more directories
Add debugobjrt, memobj64 and windows./vs to the ignore list for Git.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fdf5e2e3a..84ec97aad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,8 @@
# so VS2005 shows me a sensible 'Recent Projects' list. Ignore the copy.
win32/GhostPDLGit.sln
+windows/.vs
+
# Ignore all the object files
bin
debugbin
@@ -25,9 +27,11 @@ bin64
debugbin64
profbin64
debugobj
+debugobjrt
obj
profobj
memobj
+memobj64
debugobj64
obj64
profobj64