diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2009-11-09 10:23:23 +0800 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-11-10 11:23:40 -0700 |
commit | 9de051e85e8d118414b113ce6524b03456bcd6d9 (patch) | |
tree | 6bb7916f626912224a12af69fc1e657f424b45ea /src/mesa/es/.gitignore | |
parent | 97ea8e9263814634d2f718c82fb58464d20683f8 (diff) |
mesa/es: Add .gitignore.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Diffstat (limited to 'src/mesa/es/.gitignore')
-rw-r--r-- | src/mesa/es/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/es/.gitignore b/src/mesa/es/.gitignore new file mode 100644 index 0000000000..7643e9f0db --- /dev/null +++ b/src/mesa/es/.gitignore @@ -0,0 +1,5 @@ +glapi/glapi-es* +glapi/glapi-stamp +main/get_es*.c +main/api_exec_es*.c +objs-es* |