diff options
| author | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
|---|---|---|
| committer | Sam Light <sam@lightscale.co.uk> | 2025-09-10 19:37:28 +0100 |
| commit | d9b456d738e5013d48f41f5e6315ef7c22d6acf0 (patch) | |
| tree | 2e3722f5697cbf883c4b16edc87726b9e510bce1 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6d8760 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +somebarinfo +dwminfo +*.o + + +configure +Makefile +Makefile.in +config.log +config.status +autom4te.cache +aclocal.m4 +install-sh +compile +depcomp +missing +.deps +ar-lib +config.h +config.guess +config.sub +stamp-h1 +.dirstamp |
