From 0b17959f31afe3baffbc328e7f92e88e634ad8b8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 19 Apr 2011 23:40:49 +0200 Subject: Introduce end-of-line normalization. --- .gitignore | 33 ++++++--------------------------- 1 file changed, 6 insertions(+), 27 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 39e01a248..c95d3a63b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,37 +11,16 @@ *.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/ +debugobj +obj +profobj +debugobj64 +obj64 +profobj64 cscope.* autom4te.cache -- cgit v1.2.1