aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-10-02 13:06:00 +0200
committerThomas Letan <lthms@soap.coffee>2022-10-02 13:06:00 +0200
commitc4bf12b5d3f7d72fc20154e484ef8e947309b59c (patch)
tree956b7e1c9b3f352d824dc385ba1ab9b5ebcf9ca5
parentRun 'pkill' in its own thread (diff)
Ignore .install files
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d6133e2..fefd95e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
_build/
-_opam/ \ No newline at end of file
+_opam/
+*.install \ No newline at end of file