summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-23 11:37:42 +0100
commitce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch)
tree84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/file
parent2c3389799c46724a4922179ff70d1230ccbe5b59 (diff)
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/file')
-rw-r--r--package/file/Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/package/file/Config.in b/package/file/Config.in
deleted file mode 100644
index 7ff23c16f..000000000
--- a/package/file/Config.in
+++ /dev/null
@@ -1,14 +0,0 @@
-config ADK_PACKAGE_FILE
- prompt "file.............................. a file type guesser"
- tristate
- default n
- help
-
- The file command is "a file type guesser", that is, a command-line
- tool that tells you in words what kind of data a file contains. Unlike
- most GUI systems, command-line UNIX systems - with this program
- leading the charge - don't rely on filename extentions to tell you the
- type of a file, but look at the file's actual contents. This is, of
- course, more reliable, but requires a bit of I/O.
-
- http://www.darwinsys.com/file/