diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-07 21:18:18 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-07 21:18:18 +0100 |
commit | 6404dd0440685d3e14c957fbaa6f294848eadc56 (patch) | |
tree | ddd1e6bc8a13d2f33b0ca66fa2eb78059d71b7a1 | |
download | get-luminosity-6404dd0440685d3e14c957fbaa6f294848eadc56.tar.gz get-luminosity-6404dd0440685d3e14c957fbaa6f294848eadc56.tar.bz2 get-luminosity-6404dd0440685d3e14c957fbaa6f294848eadc56.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e2ac32d --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.swo +*.swp +*.o +*.out +*.so +*.gch +*.su +*.a + |