diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-12-02 18:57:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-12-02 18:57:11 +0100 |
commit | 50ba65aab314171e365d98152f60c003ccb494a3 (patch) | |
tree | bac6a4049711e479b2498734e22ed3cf7e1170c1 | |
download | librarian-50ba65aab314171e365d98152f60c003ccb494a3.tar.gz librarian-50ba65aab314171e365d98152f60c003ccb494a3.tar.bz2 librarian-50ba65aab314171e365d98152f60c003ccb494a3.tar.xz |
first commit
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 + |