mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Using Quicklisp bundle facility it is possible to prepare a self-contained archive of all the code needed to build pgloader. Doing that should allow users to easily build pgloader when they are being a restrictive proxy, and packagers to work from a source tarball that has a very limited build dependencies.
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
# Ignore everything in this directory
|
|
*
|
|
# Except this file
|
|
!bin
|
|
!bundle
|
|
!.gitignore |