Major directory cleanup
commit8b2f5785bef2c90c11b7f78b92a486d852828d58
authorRupert Swarbrick <rupert@hake.(none)>
Tue, 12 Aug 2008 00:19:54 +0000 (12 01:19 +0100)
committerRupert Swarbrick <rupert@hake.(none)>
Tue, 12 Aug 2008 00:19:54 +0000 (12 01:19 +0100)
tree6509ed49820e0478b9e2a66696835d7927a475e3
parente4cc7468ed73f3b6da1ef8ab28b593064dcd3335
Major directory cleanup

* Removed the currently pointless "testsuite", which had nothing in
  particular in it.

* Moved sane/* to src/*, mainly so that TAB completion on src file
  names in the toplevel directory wouldn't be so irritating. They're
  still in a subdirectory to make it trivial to have them as a module
  depending on packages and the swig directory.

* Added .gitignore's because I'm fed up of being told about random fasls
  being ignored.
13 files changed:
.gitignore [new file with mode: 0644]
package.lisp [moved from package/package.lisp with 100% similarity]
sane-tests.asd [deleted file]
sane.asd
src/debug.lisp [moved from sane/debug.lisp with 100% similarity]
src/devices.lisp [moved from sane/devices.lisp with 100% similarity]
src/library.lisp [moved from sane/library.lisp with 100% similarity]
src/options.lisp [moved from sane/options.lisp with 100% similarity]
src/parameters.lisp [moved from sane/parameters.lisp with 100% similarity]
src/read.lisp [moved from sane/read.lisp with 100% similarity]
src/utilities.lisp [moved from lowlevel/lowlevel.lisp with 96% similarity]
swig/.gitignore [new file with mode: 0644]
tests/tests.lisp [deleted file]