1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

added .el and SQLite.c to MANIFEST.SKIP

This commit is contained in:
Kenichi Ishigaki 2014-07-21 10:12:25 +09:00
parent 68a73aba1b
commit 29814af5a9

View file

@ -11,6 +11,7 @@ CVS/.*
\.pdb$
\.xsi$
\.bs$
\.el$
^.#
^mess/
^sqlite/
@ -25,3 +26,4 @@ CVS/.*
^\.git
^bugs/
^MYMETA\.[a-z]+$
^SQLite.c$