diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-27 18:21:33 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-27 18:21:33 +0200 |
commit | b92b77f2f3ad0b6683c5f8d6d9a02870ea3bef28 (patch) | |
tree | 8302e6d1488e771b02fc296daeacec3ef17118b6 /.gitignore | |
parent | e7583299b0ef8f7372f075f89c4b0ca733d02e02 (diff) |
move to make
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,8 +1,2 @@ -all - -*.d +main *.o -.dep.* -.depend.* -.lock.* -.target.* |