From ce941c146aea7925bded6b9d2a0d0559d3156ad3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 18:11:55 +0100 Subject: Create repository --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a420510 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Ignore bin +build + +# Ignore generated documentation +doc/html +doc/latex + +# Ignore Caches +*#*# +*#* + +.vscode + +src_ \ No newline at end of file -- cgit v1.2.3