From 058dc12db108a1f01784453a6542b48b07d63763 Mon Sep 17 00:00:00 2001 From: Tobias Eidelpes Date: Wed, 14 Oct 2020 13:13:55 +0200 Subject: [PATCH] Ignore PDF files --- .gitignore | 3 +++ .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 01db763..76d45bc 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,6 @@ Sessionx.vim tags # Persistent undo [._]*.un~ + +# PDF files +*.pdf \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 4663731..4bc4fc6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file