diff options
author | Sudipto Mallick <smlckz@bccr> | 2024-01-02 15:29:17 +0530 |
---|---|---|
committer | Sudipto Mallick <smlckz@bccr> | 2024-01-02 15:29:17 +0530 |
commit | 05c5651739fd957a5f16990cfdd8324e3f9b2004 (patch) | |
tree | 3619b2a3f416f1c53bdaad978d44c5f3cafdc657 /.gitignore | |
parent | 7451edff7692e86c5238ff7bc6659825e242a84e (diff) | |
download | zadania-05c5651739fd957a5f16990cfdd8324e3f9b2004.tar.gz |
Let the PDF files be ignored
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0c74e12..71dd73b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ */docs/** java/build/** *.class +*.pdf *.pyc* *~ |