From f59f8e4048f6af345e269ddd404ccb9c2dee91c9 Mon Sep 17 00:00:00 2001 From: avinal <185067@nith.ac.in> Date: Tue, 2 Feb 2021 13:41:15 +0530 Subject: [PATCH] gitignore updated --- .gitignore | 2 ++ computer_networks/simulation/.gitignore | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 computer_networks/simulation/.gitignore diff --git a/.gitignore b/.gitignore index 1187503..cad3cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ dkms.conf # local folders .vscode +*.zip +*.rar diff --git a/computer_networks/simulation/.gitignore b/computer_networks/simulation/.gitignore new file mode 100644 index 0000000..9818a95 --- /dev/null +++ b/computer_networks/simulation/.gitignore @@ -0,0 +1,6 @@ +# ignore everything +* + +# dont ingnore these +!.gitignore +!scratch \ No newline at end of file