diff options
author | Robin Watts <robin.watts@artifex.com> | 2011-03-01 19:30:56 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2011-03-01 19:30:56 +0000 |
commit | c71780f096990790ad86e20137322f4f9495460a (patch) | |
tree | bf39d5c3bc8d2a48916c520f5e84d4c72c6e2271 | |
parent | 151fa2208bda0f62a90211eeb5c9a72820cc3d2c (diff) |
Remove DOS line endings from .gitignore files.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12224 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r-- | .gitignore | 94 | ||||
-rw-r--r-- | gs/.gitignore | 50 |
2 files changed, 72 insertions, 72 deletions
diff --git a/.gitignore b/.gitignore index a6f0d529f..39e01a248 100644 --- a/.gitignore +++ b/.gitignore @@ -1,47 +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
+# 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 diff --git a/gs/.gitignore b/gs/.gitignore index 47f831fcd..8ce5305ae 100644 --- a/gs/.gitignore +++ b/gs/.gitignore @@ -1,25 +1,25 @@ -# 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/
-
-# Ignore all the object files
-debugobj/
-obj/
-profobj/
-debugobj64/
-obj64/
-profobj64/
-cscope.*
-autom4te.cache
+# 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/ + +# Ignore all the object files +debugobj/ +obj/ +profobj/ +debugobj64/ +obj64/ +profobj64/ +cscope.* +autom4te.cache |