diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-21 01:27:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-21 01:27:27 +0200 |
commit | 5c66af9124e26239975a14e8bc11fef33e3783e9 (patch) | |
tree | 1c26548b942ff33b1761d04dc810c49868235ad2 /.gitignore | |
download | libgamma-5c66af9124e26239975a14e8bc11fef33e3783e9.tar.gz libgamma-5c66af9124e26239975a14e8bc11fef33e3783e9.tar.bz2 libgamma-5c66af9124e26239975a14e8bc11fef33e3783e9.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f7dd78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.swp +*.swo +*.su +*.gch +*.out +*.o + |