aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/.gitignore
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2012-10-06 13:49:36 +0200
committerAnders Svensson <[email protected]>2012-11-05 11:53:45 +0100
commit0e0d9466b7425f22dc3996bf02229cba01babd12 (patch)
treeab208ab42616c5524512a4bfa75880d7cbc82e1d /lib/diameter/.gitignore
parent7df9a580ea0c1421dd548cb41f5beb6605701ae3 (diff)
downloadotp-0e0d9466b7425f22dc3996bf02229cba01babd12.tar.gz
otp-0e0d9466b7425f22dc3996bf02229cba01babd12.tar.bz2
otp-0e0d9466b7425f22dc3996bf02229cba01babd12.zip
Remove pre-OTP configure support
It's neither used nor maintained.
Diffstat (limited to 'lib/diameter/.gitignore')
-rw-r--r--lib/diameter/.gitignore57
1 files changed, 0 insertions, 57 deletions
diff --git a/lib/diameter/.gitignore b/lib/diameter/.gitignore
index 5afcbedc23..8b13789179 100644
--- a/lib/diameter/.gitignore
+++ b/lib/diameter/.gitignore
@@ -1,58 +1 @@
-# Match at any level.
-*~
-autom4te.cache
-
-# Compiler derivatives
-#
-# Do not use too creative wildcards.
-# Those might ignore files that should not be ignored.
-
-i686-pc-linux-gnu
-x86_64-unknown-linux-gnu
-i386-apple-darwin[0-9]*.[0-9]*.[0-9]*
-sparc-sun-solaris[0-9]*.[0-9]*
-i386-pc-solaris[0-9]*.[0-9]*
-i386-unknown-freebsd[0-9]*.[0-9]*
-tile-tilera-linux-gnu
-powerpc-unknown-linux-gnu
-
-# Mac OS X
-a.out.dSYM/
-
-# Anchored from $DIAMETER_TOP
-/config.log
-/config.status
-
-/Makefile
-/configure
-
-
-# General patterns for applications in lib.
-#
-# Assume that all test/Emakefiles are generated.
-#
-# Any application with a checked-in test/Emakefile should
-# use a negative pattern in its own .gitignore.
-
-#
-# Files generated by configure.
-#
-
-/configure
-/config.log
-/config.status
-
-
-#
-# Generated documentation. (ie. not doc/src)
-#
-
-/doc/[^s]*
-
-
-#
-# Files generated when building/running tests
-#
-
-/test/*.log