summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-05 18:33:53 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-05 18:33:53 +0200
commitd956c866cf5f633668f6e81996f7ddb8481eae1c (patch)
treedc85377a9d88ef39326df005e0b5047792466ec7 /.gitignore
parent1d1f2e95f2da9cd530f2336a8e661d16a512c064 (diff)
parent2998552f3d7447da316afdd1713595528596a0c5 (diff)
Merge branch 'master' into DRTVWR-483
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore72
1 files changed, 72 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100755
index 0000000000..27b629a578
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,72 @@
+# By extension
+*.DS_Store
+*.bak
+*.diff
+*.orig
+*.pyc
+*.rej
+*.swp
+*~
+
+# Specific paths and/or names
+LICENSES
+build-darwin-*
+build-linux-*
+build-stamp
+build-vc120*
+build-vc150*
+configure-stamp
+debian/files
+debian/secondlife-appearance-utility*
+debian/secondlife-viewer*
+indra/.distcc
+indra/CMakeFiles
+indra/build-vc[0-9]*
+indra/lib/mono/1.0/*.dll
+indra/lib/mono/indra/*.dll
+indra/lib/mono/indra/*.exe
+indra/lib/mono/indra/*.pdb
+indra/lib/python/eventlet/
+indra/lib/python/mulib.*
+indra/llwindow/glh/glh_linear.h
+indra/newview/app_settings/dictionaries
+indra/newview/app_settings/mozilla
+indra/newview/app_settings/mozilla-runtime-*
+indra/newview/app_settings/mozilla_debug
+indra/newview/app_settings/static_*.db2
+indra/newview/avatar_icons_cache.txt
+indra/newview/avatar_lad.log
+indra/newview/browser_profile
+indra/newview/character
+indra/newview/dbghelp.dll
+indra/newview/filters.xml
+indra/newview/fmod.dll
+indra/newview/fmod.log
+indra/newview/mozilla-theme
+indra/newview/mozilla-universal-darwin.tgz
+indra/newview/pilot.txt
+indra/newview/pilot.xml
+indra/newview/res-sdl/ll_icon.*
+indra/newview/res/ll_icon.*
+indra/newview/search_history.txt
+indra/newview/teleport_history.txt
+indra/newview/typed_locations.txt
+indra/newview/vivox-runtime
+indra/server-linux-*
+indra/temp
+indra/test/linden_file.dat
+indra/test_apps/llmediatest/dependencies/i686-win32
+indra/test_apps/terrain_mule/*.dll
+indra/viewer-linux-*
+indra/web/dataservice/lib/shared/vault.*
+indra/web/dataservice/locale.*
+indra/web/dataservice/vendor.*
+indra/web/doc/asset-upload/plugins/lsl_compiler/lslc
+indra/web/doc/asset-upload/plugins/verify-notecard
+indra/web/doc/asset-upload/plugins/verify-texture
+installed.xml
+libraries
+tarfile_tmp
+web/config.*
+web/locale.*
+web/secondlife.com.* \ No newline at end of file