diff options
| author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-20 21:35:19 +0100 | 
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2024-10-09 20:09:49 +0200 | 
| commit | b1bbee33da031cbdde9a8dbbe54bca31df8e83ac (patch) | |
| tree | a06d61d7fad0603f2e854b0bc2a53df2f8170ea0 /.gitignore | |
| parent | c3abe11330799bc1b007d6ca991d1b2965555627 (diff) | |
| download | dwm-b1bbee33da031cbdde9a8dbbe54bca31df8e83ac.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 |