aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <federico.igne@cs.ox.ac.uk>2020-08-16 16:22:49 +0100
committerFederico Igne <federico.igne@cs.ox.ac.uk>2020-08-16 16:22:49 +0100
commit6fc6fc2bde597c79e66c3dbf8e3a1f94526ea672 (patch)
treeffd29745a05bc2fc45f261fec23da28643a2dd98
parent09cd0c4b916fb111d586f622ebe57801db5fc36a (diff)
downloadRSAComb-6fc6fc2bde597c79e66c3dbf8e3a1f94526ea672.tar.gz
RSAComb-6fc6fc2bde597c79e66c3dbf8e3a1f94526ea672.zip
Update .gitignore
-rw-r--r--.gitignore45
1 files changed, 45 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2f7896d..ff038b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,46 @@
1
2# Temporary
3.scalafmt.conf
4resources/
5lib/
6
7# Scala
8*.class
9*.log
10
11# Metals
12.metals/
13.bloop/
14project/metals.sbt
15
16# SBT
17dist/*
1target/ 18target/
19lib_managed/
20src_managed/
21project/boot/
22project/plugins/project/
23.history
24.cache
25.lib/
26
27# VisualStudioCode
28.vscode/*
29!.vscode/settings.json
30!.vscode/tasks.json
31!.vscode/launch.json
32!.vscode/extensions.json
33*.code-workspace
34
35# Vim
36[._]*.s[a-v][a-z]
37!*.svg # comment out if you don't need vector files
38[._]*.sw[a-p]
39[._]s[a-rt-v][a-z]
40[._]ss[a-gi-z]
41[._]sw[a-p]
42Session.vim
43Sessionx.vim
44.netrwhist
45tags
46[._]*.un~