From fff21d97b836154a28fb86a671d064ed4808c39f Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Sat, 18 Feb 2023 19:38:20 +0530 Subject: [PATCH] added empty folders with gitignores --- .gitignore | 13 +------------ PDFs/.gitignore | 4 ++++ tmp/.gitignore | 4 ++++ 3 files changed, 9 insertions(+), 12 deletions(-) create mode 100644 PDFs/.gitignore create mode 100644 tmp/.gitignore diff --git a/.gitignore b/.gitignore index f5f6509..648dc31 100644 --- a/.gitignore +++ b/.gitignore @@ -162,15 +162,4 @@ cython_debug/ .Trash-* # .nfs files are created when an open file is removed but is still being accessed -.nfs* - - - - - - -# Project specific temporary files -# tmp/ - -# PDF Outputs -# PDFs/ +.nfs* \ No newline at end of file diff --git a/PDFs/.gitignore b/PDFs/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/PDFs/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file