diff options
author | euxane | 2024-11-30 12:16:50 +0100 |
---|---|---|
committer | euxane | 2024-11-30 12:16:50 +0100 |
commit | 62f23d9a24e349f57e8857c75bdf2c0ca32c4f70 (patch) | |
tree | 60a6dbfa8de7bcc7dd6c08654f1f62e3dc717992 /.gitignore | |
parent | f6d0572984f78f400166fc585dd3b3a120101647 (diff) | |
download | tickwatch-62f23d9a24e349f57e8857c75bdf2c0ca32c4f70.tar.gz |
makefile: add
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | # ignore binaries | 1 | # ignore binaries |
2 | * | 2 | * |
3 | !*.* | 3 | !*.* |
4 | !makefile | ||
4 | !*/ | 5 | !*/ |
5 | 6 | ||
6 | nimcache/ | 7 | nimcache/ |