diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:12:26 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-10-24 18:12:26 -0600 |
commit | 84c36b0e2a3a43c9b925fd4c1089518c12475cee (patch) | |
tree | 87a09c1d1810aabd78b19c2580ede2da0788270c | |
parent | ea74a468438aa2849f28bd26933bd09147240a20 (diff) | |
download | gpgedit-84c36b0e2a3a43c9b925fd4c1089518c12475cee.tar.gz gpgedit-84c36b0e2a3a43c9b925fd4c1089518c12475cee.tar.xz |
Initial commit of gitignore
Prevent any html files and prevent the main binary from being committed.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..13aa46e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.html +gpgedit |