1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -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$ \.pdb$
\.xsi$ \.xsi$
\.bs$ \.bs$
\.el$
^.# ^.#
^mess/ ^mess/
^sqlite/ ^sqlite/
@ -25,3 +26,4 @@ CVS/.*
^\.git ^\.git
^bugs/ ^bugs/
^MYMETA\.[a-z]+$ ^MYMETA\.[a-z]+$
^SQLite.c$