diff options
author | Arun Raghavan <arun@asymptotic.io> | 2020-10-12 11:25:23 -0400 |
---|---|---|
committer | Arun Raghavan <arun@asymptotic.io> | 2020-10-12 11:25:23 -0400 |
commit | a54ffa1220a12503c9dec0c39a71f4fc2b5a44dc (patch) | |
tree | bf28072f9832cc25d09767de05506bd73261f373 | |
parent | 34efc689c2bef3172e11300b44b6acb556348444 (diff) |
Add build directory to gitignore
This is what is expected to commonly be used with the meson build
system.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ config.rpath config.status config.sub configure +build/ depcomp install-sh libltdl |