diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-12 14:23:53 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-12 14:23:53 +0530 |
commit | 4bae7fb0fd6ba3d1c84e329fc43f729fdcaeabc5 (patch) | |
tree | e69a737e932eac8196860af86fa5911f471474e8 /.gitignore | |
parent | b98f5a0823b178f0ba0506b38bc954e3ce5453df (diff) | |
download | gtk+-4bae7fb0fd6ba3d1c84e329fc43f729fdcaeabc5.tar.gz |
.gitignore: Ignore all subdirs in the subprojects dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..025c6c9c02 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/subprojects/*/ |