From d7057bf97274c3961a4e160177384ad2a227f893 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 16 Mar 2013 20:48:32 +0100 Subject: [PATCH] hgignore,hgrc: Remove hgignore file. --- hgignore | 38 -------------------------------------- hgrc.m4 | 1 - setup.sh | 1 - 3 files changed, 40 deletions(-) delete mode 100644 hgignore diff --git a/hgignore b/hgignore deleted file mode 100644 index 5eb2f89..0000000 --- a/hgignore +++ /dev/null @@ -1,38 +0,0 @@ -# Global mercurial ignore file. - -# Copyright (C) 2011-2012 Simon Ruderich -# -# This file is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This file is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this file. If not, see . - - -syntax: glob - - -# Ignore Mac OS X files. -.DS_Store - -# Don't track compiled object files and libraries. -*.o -*.dylib - -# Ignore Vim files. -*.swp -Session.vim - -# Ignore Python files. -*.pyc - -# Ignore git and svn files. -.git -.svn diff --git a/hgrc.m4 b/hgrc.m4 index b3a6aa7..febdc0b 100644 --- a/hgrc.m4 +++ b/hgrc.m4 @@ -21,7 +21,6 @@ include(../lib.m4) [ui] username = Simon Ruderich -ignore = HGIGNORE # Use Apple's FileMerge for merge conflicts. merge = opendiff-merge diff --git a/setup.sh b/setup.sh index 4a4f78c..23c1f8e 100755 --- a/setup.sh +++ b/setup.sh @@ -42,7 +42,6 @@ fi if installed hg; then generate m4 hgrc \ - -DHGIGNORE=`pwd`/hgignore \ -DOS=`os` link hgrc ~/.hgrc fi -- 2.44.1