aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-03-31 18:13:35 -0400
committerB Stack <bgstack15@gmail.com>2019-03-31 18:13:35 -0400
commitd5744345d6f32d31882acdc5dc0641d202f7cad6 (patch)
treea49539acdc8bdd21330baa74227db97bfb5d6096 /.gitignore
parentuse color by default (diff)
downloadbeyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.tar.gz
beyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.tar.bz2
beyond-the-titanic-d5744345d6f32d31882acdc5dc0641d202f7cad6.zip
add makefile and other package-ready elements
This adds open-source-licensed files that will help package builders build this application for distros.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1377554
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.swp
bgstack15