summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-01-22 19:07:41 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-01-22 19:07:41 +0100
commit136d027bca1d7bfc5bf796a79e5fb16a9b62e20b (patch)
tree30535c7b5f6f5159d6e6bc89314a04f56e84729b /.gitignore
parent2f5f23782b77f1f5bf31cc5504e02984336a3aba (diff)
downloadsave-136d027bca1d7bfc5bf796a79e5fb16a9b62e20b.tar.gz
Ignore executables and backup files.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..461f6cb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.exe
+*~ \ No newline at end of file