diff options
author | art0007i <art0007i@gmail.com> | 2024-09-24 10:40:12 +0200 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-24 09:38:22 -0400 |
commit | 46f46b4caa0fbaba77ac2b2291d908d3bf81dd28 (patch) | |
tree | e2dcdf31c1ca33bfd3748de0e658e9bd0e008bb8 /.gitignore | |
parent | 86b4b06e78c5c71588c1b55273969a1327a6710a (diff) | |
download | lingo-ap-tracker-46f46b4caa0fbaba77ac2b2291d908d3bf81dd28.tar.gz lingo-ap-tracker-46f46b4caa0fbaba77ac2b2291d908d3bf81dd28.tar.bz2 lingo-ap-tracker-46f46b4caa0fbaba77ac2b2291d908d3bf81dd28.zip |
Add build instructions Add ids.yaml file to gitignore Make cmake automatically copy assets to build directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a7cadc7..1ca77eb 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,5 +1,6 @@ | |||
1 | build/ | 1 | build/ |
2 | builds/ | 2 | builds/ |
3 | assets/LL1.yaml | 3 | assets/LL1.yaml |
4 | assets/ids.yaml | ||
4 | .DS_Store | 5 | .DS_Store |
5 | .vs | 6 | .vs |