From c71780f096990790ad86e20137322f4f9495460a Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 1 Mar 2011 19:30:56 +0000 Subject: Remove DOS line endings from .gitignore files. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12224 a1074d23-0009-0410-80fe-cf8c14f379e6 --- .gitignore | 94 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1