diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-06 13:55:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-06 13:59:36 +0200 |
commit | e047ec28ef55bc5a2bb8b1790201e51d02eb5a12 (patch) | |
tree | 28f7dacb5d45dbe7aa252f53a18187208fc6464a /.gitignore | |
parent | Prepare for release (diff) | |
download | libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.gz libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.bz2 libcolour-e047ec28ef55bc5a2bb8b1790201e51d02eb5a12.tar.xz |
Remove a much of stuff, change license, and add support for float and long double
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 5 insertions, 16 deletions
@@ -1,23 +1,12 @@ -_/ -/bin/ -/aux/ -/obj/ \#*\# -.* -!.git* +.\#* *~ *.bak -*.new *.swo *.swp -*.out *.o *.su -*.gch -*.info -*.pdf -*.ps -*.dvi -/config.status -/Makefile - +*.so.* +*.so +*.a +/test |