[Geany-devel] [PATCH 3/3] Add .gitignore
Jiří Techet
techet at xxxxx
Wed Jun 9 19:40:59 UTC 2010
Add .gitignore to eliminate the files we do not want to see in git
Signed-off-by: Jiří Techet <techet at gmail.com>
---
.gitignore | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..984882e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+Makefile
+Makefile.in
+aclocal.m4
+config.guess
+config.h
+config.h.in
+config.sub
+configure
+install-sh
+ltmain.sh
+missing
+depcomp
+mkinstalldirs
+autom4te.cache
+config.log
+config.status
+libtool
+.deps
+.libs
+stamp-h1
+*.o
+*.la
+*.lai
+*.so
+*.lo
+doc/Doxyfile
+doc/geany.1
+geany.desktop
+geany.pc
+geany.spec
+intltool-*.in
+po/Makefile.in.in
+po/POTFILES
+po/stamp-it
+*.gmo
+*.a
+src/geany
--
1.7.0.4
More information about the Devel
mailing list