summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore99
1 files changed, 80 insertions, 19 deletions
diff --git a/.gitignore b/.gitignore
index b3350f936485..ddc5d8042ab4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,26 +1,87 @@
-/applied_patches
-/Linux*Env.Set*
-/bootstrap
-/makefile.mk
-unxlng*.pro
-unxlngi6
-unxlngi4
+# backup and temporary files
+*~
+.*.sw[op]
+
+# where the 'subrepos' and downloads are located
+/clone
+/src
+
+# the build directories
+/*/unxlng??
+/*/unxlng??.pro
+/*/unxlng???
+/*/unxlng???.pro
+/*/wntmsc???
+/*/wntmsc???.pro
+/*/wntgcc?
+/*/wntgcc?.pro
+/*/unxmac??
+/*/unxmac??.pro
+/*/unx?bsd??
+/*/unx?bsd??.pro
+/*/unxdfly??
+/*/unxdfly??.pro
+/*/unxso???
+/*/unxso???.pro
+/*/unxaig??
+/*/unxaig??.pro
+/*/unxios?
+/*/unxios?.pro
+/*/unxand?
+/*/unxand?.pro
+/workdir
/solver
-*.orig
-*.rej
-*.~*~
-*.vpj
-*.vpw
-*.bak
+/instsetoo_native/util/LibreOffice
+/instsetoo_native/util/LibreOffice_SDK
+
+# autoconf generated stuff
+/aclocal.m4
/autom4te.cache
+/autogen.lastrun
+/bootstrap
+/ChangeLog
+/config.guess
/config.log
/config.parms
/config.status
/configure
+/Makefile
+/makefile.mk
/set_soenv
-warn
-.svn
-CVS
-.hg
-.gitignore
-.hgignore
+/visibility.cxx
+/post_download
+/bin/repo-list
+/src.downloaded
+/ooo.lst
+
+# misc
+/cross-build-toolset.built
+/set_soenv.last
+/set_soenv.stamp
+/warn
+/build.log
+/post_download.log
+/install
+/downloaded
+/Env.Build.sh
+/Env.Host.sh
+/ID
+/tags
+/docs
+/autogen.save
+
+/*/*.exe
+
+# external dlls etc
+/external/*/*.dll
+/external/*/*.exe
+/external/*/*.manifest
+/external/*/*.txt
+/moz/zipped/*.zip
+
+# links to the other repositories
+/binfilter
+/dictionaries
+/helpcontent2
+/translations
+