summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2011-02-28 19:32:37 +0000
committerRobin Watts <robin.watts@artifex.com>2011-02-28 19:32:37 +0000
commite81d43d4d7757914a8d34aacb33105fccb1b3c42 (patch)
tree08274b514696a37ad5c683eb54262789cc3db10a /.gitignore
parent9b1e6c12e0935a75efaca764e441e883975c3685 (diff)
downloadghostpdl-e81d43d4d7757914a8d34aacb33105fccb1b3c42.tar.gz
Add simple .gitignore files.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12215 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore47
1 files changed, 47 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..a6f0d529f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,47 @@
+# Ignore editor backup files
+*~
+
+# Ignore bad merge files
+*.rej
+*.orig
+
+# Ignore Visual Studio local and binary files
+*.pdb
+*.ncb
+*.suo
+*.vcproj.*.user
+
+# Ignore the external symlink
+gs/
+
+# RJW: I copy GhostPDL.sln to something more memorable in each checkout
+# so VS2005 shows me a sensible 'Recent Projects' list. Ignore the copy.
+win32/GhostPDLGit.sln
+
+# Ignore all the object files
+language_switch/debugobj/
+language_switch/obj/
+language_switch/profobj/
+main/debugobj/
+main/obj/
+main/profobj/
+svg/debugobj/
+svg/obj/
+svg/profobj/
+xps/debugobj/
+xps/obj/
+xps/profobj/
+language_switch/debugobj64/
+language_switch/obj64/
+language_switch/profobj64/
+main/debugobj64/
+main/obj64/
+main/profobj64/
+svg/debugobj64/
+svg/obj64/
+svg/profobj64/
+xps/debugobj64/
+xps/obj64/
+xps/profobj64/
+cscope.*
+autom4te.cache