diff options
author | Yoni Fogel <yoni@tokutek.com> | 2013-04-17 00:09:27 -0400 |
---|---|---|
committer | Yoni Fogel <yoni@tokutek.com> | 2013-04-17 00:09:27 -0400 |
commit | c72a7b75d53286f378013cbe5fff3aeb95fc188a (patch) | |
tree | 210f2a7649ef79f53256afaa6676b6d9bdb57cee /.gitignore | |
parent | 537ae0777cbb52dacc2d7f90d4be8dc7b961d8ea (diff) | |
download | mariadb-git-c72a7b75d53286f378013cbe5fff3aeb95fc188a.tar.gz |
Import .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..6e2df130644 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# Libraries +*.lib + +# Shared objects (inc. Windows DLLs) +*.dll +*.so.* + +# Executables +*.exe +*.out +*.app + +*.py[cod] + |