recompile script and .gitignore

This commit is contained in:
2023-02-24 18:27:15 +01:00
parent 5e8540c380
commit 5fbf07dca5
2 changed files with 9 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
dwm/.dwm/config.h
dwm/.dwm/dwm.o
dwm/.dwm/util.o
dwm/.dwm/dwm
dwm/.dwm/drw.o

4
dwm/.dwm/recompile Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
rm -f ./config.h
doas make clean install