diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-16 18:13:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-16 18:13:32 +0200 |
commit | 56af88aeceb10b0c66f4a26227e8980654c6c587 (patch) | |
tree | 3187b9d44ef9aac1cc23e3d0608ced696e91c430 /.gitignore | |
parent | bf681e9e90adf99357f754284703ea2c6dc3ff4e (diff) | |
download | ffi-efl-56af88aeceb10b0c66f4a26227e8980654c6c587.zip ffi-efl-56af88aeceb10b0c66f4a26227e8980654c6c587.tar.gz |
add gitignore, extract api into ./tools/api
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a841388 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tools/api* |