[Xfce4-commits] [xfce/xfwm4] 02/02: Add gitignore

noreply at xfce.org noreply at xfce.org
Sun Apr 21 11:18:31 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit 8e52af01cce6ab7530641ff37680d6ffbff806df
Author: Jason Zaman <jason at perfinion.com>
Date:   Sun Apr 21 00:17:45 2019 +0800

    Add gitignore
    
    Signed-off-by: Jason Zaman <jason at perfinion.com>
---
 .gitignore | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ba95588
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,48 @@
+*~
+.*.swp
+
+# generated by autogen
+.deps/
+Makefile
+Makefile.in
+/INSTALL
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.*
+/configure
+/configure.ac
+/depcomp
+/install-sh
+/intltool-extract.in
+/intltool-merge.in
+/intltool-update.in
+/libtool
+/ltmain.sh
+/m4/
+/missing
+/po/Makefile.in.in
+/po/POTFILES
+/po/stamp-it
+/stamp-h1
+
+# generated by make
+*.o
+*.lo
+*.la
+.libs/
+/po/*.gmo
+/po/.intltool-merge-cache
+/settings-dialogs/*.desktop
+/settings-dialogs/workspace-resource.c
+/settings-dialogs/workspace-resource.h
+/settings-dialogs/xfwm4-dialog_ui.h
+/settings-dialogs/xfwm4-tweaks-dialog_ui.h
+/settings-dialogs/xfwm4-workspace-dialog_ui.h
+
+# binaries
+/helper-dialog/helper-dialog
+/settings-dialogs/xfwm4-settings
+/settings-dialogs/xfwm4-tweaks-settings
+/settings-dialogs/xfwm4-workspace-settings
+/src/xfwm4

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list