diff options
-rw-r--r-- | .gitignore | 14 | ||||
-rw-r--r-- | atom/.gitignore | 8 | ||||
-rw-r--r-- | event/.gitignore | 8 |
3 files changed, 0 insertions, 30 deletions
@@ -1,15 +1 @@ -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.guess -config.log -config.status -config.sub -configure -depcomp -install-sh -libtool -ltmain.sh -missing xcb_util_intro diff --git a/atom/.gitignore b/atom/.gitignore index 829115e..53b2643 100644 --- a/atom/.gitignore +++ b/atom/.gitignore @@ -1,11 +1,3 @@ -.deps -.libs -Makefile -Makefile.in -*.lo -*.loT -*.la -*.pc atoms.c atoms.gperf xcb_atom.h diff --git a/event/.gitignore b/event/.gitignore deleted file mode 100644 index 65e939d..0000000 --- a/event/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -.deps -.libs -Makefile -Makefile.in -*.lo -*.loT -*.la -*.pc |