commit d453ba2f3bb35c3ab12cee18b1c2ab4df478db54 parent 8d82bea597a2969db0780e3142437ea91929613f Author: Mattias Andrée <maandree@kth.se> Date: Fri, 8 Apr 2016 14:53:13 +0200 gitignore: blacklist _/, for private files Signed-off-by: Mattias Andrée <maandree@kth.se> Diffstat:
M | .gitignore | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ +_/ *~ *.o *.su