Browse Source

Always keep img around

Samuel W. Flint 5 years ago
parent
commit
a4a866e916
2 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore
  2. 0 0
      img/.gitkeep

+ 2 - 1
.gitignore

@@ -1,12 +1,13 @@
 # -*- mode: gitignore; -*-
 .*
 !.gitignore
+!.gitkeep
 !.gitlab-ci.yml
 *.lisp
 *\[*\]
 *.asd
 *.tex
-/imgs/*
+/imgs/*.png
 
 # Emacs Stuff
 *~

+ 0 - 0
img/.gitkeep