diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 13:46:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 13:46:32 +0100 |
commit | 5aa60cc0e8ff41c91c221d1f5031c7f376c79fd4 (patch) | |
tree | bac6a4049711e479b2498734e22ed3cf7e1170c1 | |
download | read-quickly-5aa60cc0e8ff41c91c221d1f5031c7f376c79fd4.tar.gz read-quickly-5aa60cc0e8ff41c91c221d1f5031c7f376c79fd4.tar.bz2 read-quickly-5aa60cc0e8ff41c91c221d1f5031c7f376c79fd4.tar.xz |
first commmit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3be48fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +_/ +/bin/ +/obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.new +*.swo +*.swp +*.out +*.o +*.su +*.gch + |