diff options
| author | fpi | 2020-07-14 16:50:25 +0200 |
|---|---|---|
| committer | fpi | 2020-07-14 16:50:50 +0200 |
| commit | 55c46ecce2478c88e5213bcd3a0d441aef200507 (patch) | |
| tree | cc6fe542da44bb939f0a181c3a89f8a1eec71073 | |
| parent | Add a basic Makefile (diff) | |
Make git ignore *.patch files
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1 +1,2 @@ -tangle/*
\ No newline at end of file +tangle/* +*.patch
\ No newline at end of file |
