diff --git a/.gitignore b/.gitignore index 8b82dac..c795b05 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +build \ No newline at end of file diff --git a/python/pyparsleymodule.c b/pyparsleymodule.c similarity index 100% rename from python/pyparsleymodule.c rename to pyparsleymodule.c diff --git a/python/.gitignore b/python/.gitignore deleted file mode 100644 index c795b05..0000000 --- a/python/.gitignore +++ /dev/null @@ -1 +0,0 @@ -build \ No newline at end of file diff --git a/python/setup.py b/setup.py old mode 100644 new mode 100755 similarity index 100% rename from python/setup.py rename to setup.py diff --git a/python/test/test_dexpy.py b/test/test_dexpy.py similarity index 100% rename from python/test/test_dexpy.py rename to test/test_dexpy.py diff --git a/python/test/yelp.html b/test/yelp.html similarity index 100% rename from python/test/yelp.html rename to test/yelp.html