diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-22 18:59:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-22 18:59:27 +0200 |
commit | bf4020471356938b9181a33984f511ffdd7ff25b (patch) | |
tree | 7f9a9abd1ae51318cd435f0ed7471be5f33b478c /.gitignore | |
parent | List radharc's priority (diff) | |
download | libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.gz libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.bz2 libcoopgamma-bf4020471356938b9181a33984f511ffdd7ff25b.tar.xz |
Change license, change style, clean up, flat file hier, clean valgrind output in test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 6 insertions, 15 deletions
@@ -1,19 +1,10 @@ -bin/ -obj/ -aux/ -\#*\# -.\#* +*\#* *~ -*.bak -*.orig *.o +*.a +*.lo *.su *.so -*.out -*.pdf -*.dvi -*.ps -*.info -.config.mk -/config.status -/Makefile +*.so.* +*.dylib +/test |