diff options
author | Louie S <louie@example.com> | 2024-01-06 15:23:01 -0500 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-01-06 15:29:39 -0500 |
commit | 027c4d1bce99fc0666361a83762670bc0ef687da (patch) | |
tree | 4c76c2c5ebdeff9120c982ece91ab838d5542ceb /.gitignore | |
parent | 10e80054bdbc9edf930cbc5c1f1285a20fe160ed (diff) |
Allow for specifying configuration location
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ * !.gitignore !rom-desktop-entry-generator.sh -!config +!config.template +!config.template/* |