diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-20 21:33:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-20 21:33:44 +0100 |
commit | 10d71adfc47091a62ad9b937943c312c1baf20af (patch) | |
tree | e536fb74a2b473544b37c5f7c3538ab19af90870 /.gitignore | |
parent | Make code nice (diff) | |
download | hungarian-algorithm-n3-10d71adfc47091a62ad9b937943c312c1baf20af.tar.gz hungarian-algorithm-n3-10d71adfc47091a62ad9b937943c312c1baf20af.tar.bz2 hungarian-algorithm-n3-10d71adfc47091a62ad9b937943c312c1baf20af.tar.xz |
Use c99
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -1,13 +1,4 @@ -/hungarian *~ -\#*\# -.* -!.git* -*.bak -*.swp -*.swo +*#* *.su -*.o -*.out -*.gch - +/hungarian |