diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-06 11:30:49 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-06 11:30:49 +0100 |
commit | 8b33e3022f0dd882a8aa11634cabdf7b5a2054fc (patch) | |
tree | 7619f290ef64066d86e8cf51e8174a7d874e57d8 | |
parent | fc160438406458a11921566a4644c7f15d49c244 (diff) | |
download | lanes-8b33e3022f0dd882a8aa11634cabdf7b5a2054fc.tar.gz lanes-8b33e3022f0dd882a8aa11634cabdf7b5a2054fc.tar.bz2 lanes-8b33e3022f0dd882a8aa11634cabdf7b5a2054fc.zip |
Add unit_tests/.gitignore
-rw-r--r-- | unit_tests/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unit_tests/.gitignore b/unit_tests/.gitignore new file mode 100644 index 0000000..ce8fd06 --- /dev/null +++ b/unit_tests/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | *.o | ||
2 | *.gch | ||
3 | *.map | ||