diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-28 20:45:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-28 20:45:00 +0200 |
commit | 20d3c30111dc8c48bdf923d6144bf0e7c84f1e7e (patch) | |
tree | 1099627dee5d82b7bef6b5949314f444c62600fa /.gitignore | |
download | slibc-20d3c30111dc8c48bdf923d6144bf0e7c84f1e7e.tar.gz slibc-20d3c30111dc8c48bdf923d6144bf0e7c84f1e7e.tar.bz2 slibc-20d3c30111dc8c48bdf923d6144bf0e7c84f1e7e.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e7bb01b --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +_/ +bin/ +obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.swp +*.swo +*.su +*.gch +*.out +*.so +*.o +*.info +*.info-* +*.pdf +*.dvi +*.ps + |