diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:24:00 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-03-17 08:24:00 +0100 |
commit | 9efab3f5f076e03bcba87a71e78e9e7d26af1367 (patch) | |
tree | 826a1a2e358e566409ba422bfcee69bcf5f3eeb5 /.gitignore | |
parent | First commit (diff) | |
download | cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.gz cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.bz2 cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.xz cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.tar.zst cv-9efab3f5f076e03bcba87a71e78e9e7d26af1367.zip |
In progress
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,4 +1,5 @@ - *.log - *.aux - *.out - *.xmpi +*.log +*.aux +*.out +*.xmpi +*.pdf |