diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-20 21:35:19 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:18:48 +0100 |
commit | 075b20044588ec75536a14db7d061d31b59dbdcf (patch) | |
tree | 870ed152ff24058812cc26a0e89eac574246e431 /.gitignore | |
parent | c16198229747283628ec3b5caf3b3cd95aac29dd (diff) | |
download | dwm-075b20044588ec75536a14db7d061d31b59dbdcf.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 |