diff options
author | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:30:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-12-10 00:30:41 +0100 |
commit | 8b1ebe89d9ec9f354ab182f731ba33e532b6ef74 (patch) | |
tree | 2bf19c7ab1f0bb9a4672800704dbaf2e14dc5838 /.gitignore | |
download | libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.gz libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.bz2 libcolour-8b1ebe89d9ec9f354ab182f731ba33e532b6ef74.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..892d3ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +_/ +/bin/ +/aux/ +/obj/ +\#*\# +.* +!.git* +*~ +*.bak +*.new +*.swo +*.swp +*.out +*.o +*.su +*.gch +*.info +*.pdf +*.ps +*.dvi +/config.status +/Makefile + |