summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-11-05 17:00:04 -0700
committerJulian Blake Kongslie2022-11-05 17:00:28 -0700
commit2e597755623544d5ba71837b3ae2a195153a221b (patch)
treed1840d900c238c03f555c5e5154a0be506da93b7
parentAdd initial uarch model (diff)
downloadbiggolf-2e597755623544d5ba71837b3ae2a195153a221b.tar.xz
Ignore pipetrace files
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 4a28f52..08aaa96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
1*.pt
1/.have_submodules 2/.have_submodules
2/build 3/build
diff --git a/Makefile b/Makefile
index 14de52f..fb096da 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ default: $(BUILD)/minigolf
27.PHONY: default 27.PHONY: default
28 28
29clean: 29clean:
30 rm -rf $(BUILD) 30 rm -rf $(BUILD) *.pt
31.PHONY: clean 31.PHONY: clean
32 32
33.SECONDARY: 33.SECONDARY: