aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRandy Palamar <palamar@ualberta.ca>2023-08-17 15:13:14 -0600
committerRandy Palamar <palamar@ualberta.ca>2023-08-17 15:20:30 -0600
commit4ca711941423a9bdd206b3efb298aa9793682f10 (patch)
tree316c7bd53dbd0ecd3f92d0729e048e790a2fd58a /.gitignore
parent3134de122dedb2523879e1506162b2513eaf1e1d (diff)
downloadvis-4ca711941423a9bdd206b3efb298aa9793682f10.tar.gz
vis-4ca711941423a9bdd206b3efb298aa9793682f10.tar.xz
build: don't pollute base dir with .o and .d files
some users were (rightfully) annoyed by this
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 950e4d8..9b114f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
/config.h
/config.mk
/dependency
+/obj
/vis
/vis-menu
/vis-single
@@ -11,5 +12,4 @@
*.gcno
*.gcov
*.html
-*.o
*.d