cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b125a9afa683ea9d022692bc36bf8267fe844dcc
commit b125a9afa683ea9d022692bc36bf8267fe844dcc Author: Cedric Bail <[email protected]> Date: Thu Sep 26 15:51:02 2013 +0900 gitignore: do not track generated files. --- data/eo/.gitignore | 1 + src/benchmarks/eo/.gitignore | 1 + src/bin/evas/.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/data/eo/.gitignore b/data/eo/.gitignore new file mode 100644 index 0000000..e9e3151 --- /dev/null +++ b/data/eo/.gitignore @@ -0,0 +1 @@ +/libeo-gdb.py \ No newline at end of file diff --git a/src/benchmarks/eo/.gitignore b/src/benchmarks/eo/.gitignore new file mode 100644 index 0000000..15bdc46 --- /dev/null +++ b/src/benchmarks/eo/.gitignore @@ -0,0 +1 @@ +/eo_bench diff --git a/src/bin/evas/.gitignore b/src/bin/evas/.gitignore index b79670c..60312e8 100644 --- a/src/bin/evas/.gitignore +++ b/src/bin/evas/.gitignore @@ -4,3 +4,4 @@ /evas_cserve2_debug /evas_cserve2_slave /evas_cserve2_usage +/evas_cserve2_shm_debug \ No newline at end of file --
