diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-20 21:35:19 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-06-05 18:10:19 +0200 |
commit | 0249eb53af50e1a28d259b80300ec0315fbe602e (patch) | |
tree | 1c9a06a1732addad40b351b0aa66d39a84650cd0 /.gitignore | |
parent | dd5eea65afa649fba5b41c9755ef7f4db7109cae (diff) | |
download | dwm-0249eb53af50e1a28d259b80300ec0315fbe602e.tar.gz |
config.h: Scaffold from default and add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f58d84d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +config.h +drw.o +dwm +dwm.o +util.o |