summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2021-10-11 17:07:08 -0400
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2021-10-11 17:07:08 -0400
commitfb00002f0136b8c19a5c86499164bbc57da4edb7 (patch)
tree63b60d5e27b19a65c5c1fd39134b95e72ff1c336 /.gitignore
dewpoint, a tool to calculate dew pointsHEADmain
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0082cc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Copyright 2021 Benjamin Barenblat
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may not
+# use this file except in compliance with the License. You may obtain a copy of
+# the License at
+#
+# https://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.
+
+.ninja_*
+dewpoint \ No newline at end of file