diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:46:24 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:46:24 -0800 |
commit | fa8997ab2598ee84d2cf5805740408e50d2ca57b (patch) | |
tree | e06c54f89a1af0c93a04a1613b3fa1da4ae04656 | |
parent | b6e54223409409720a3aab72170691e5205449bf (diff) |
Add .gitignore
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b674cd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +*.pc +Makefile +Makefile.in +Xfuncproto.h +Xpoll.h +aclocal.m4 +autom4te.cache +compile +config.guess +config.log +config.status +config.sub +configure +do-not-use-config.h +do-not-use-config.h.in +man/Xprint.7 +stamp-h1 +stamp-h2 |