python as root

This commit is contained in:
Kyle Maxwell 2009-03-03 22:23:45 -08:00
parent 786d9cdde2
commit a870c12683
6 changed files with 1 additions and 27 deletions

27
.gitignore vendored
View File

@ -1,26 +1 @@
.libs/
*.o
*.lo
dexterc
dexter
parsleyc
parsley
.deps/
Makefile
y.tab.c
autom4te.cache/
autoscan.log
config.log
configure.scan
parser.c
scanner.c
libparsley.la
parser.h
test.log
ruby/parsley*.gem
ruby/ext/cparsley.bundle
ruby/ext/cparsley.so
ruby/ext/Makefile
ruby/ext/conftest.dSYM/
work
ruby/ext/mkmf.log
build

1
python/.gitignore vendored
View File

@ -1 +0,0 @@
build

0
python/setup.py → setup.py Normal file → Executable file
View File