diff --git a/CSharp.gitignore b/CSharp.gitignore index d00f9691..99120852 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -32,6 +32,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -46,6 +47,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState diff --git a/Erlang.gitignore b/Erlang.gitignore index 64231648..b89b9a28 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,6 +1,5 @@ .eunit deps -priv *.o *.beam *.plt \ No newline at end of file diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 386c3330..82d3b10f 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -6,6 +6,7 @@ *.zip *.gz *.bzip +*.bz2 *.xz *.lzma @@ -19,4 +20,4 @@ *.gem *.egg *.deb -*.rpm \ No newline at end of file +*.rpm diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5ad43cc4..f9516c09 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,5 @@ .DS_Store +Icon # Thumbnails ._* diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore new file mode 100644 index 00000000..62c89355 --- /dev/null +++ b/Global/PhPStorm.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 55f332cf..351ec9d1 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ # Windows image file caches -Thumbs.db +Thumbs.db ehthumbs.db # Folder config file diff --git a/Python.gitignore b/Python.gitignore index f76ed740..d2d6f360 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -26,9 +26,10 @@ pip-log.txt .tox nosetests.xml -#Translations +# Translations *.mo -#Mr Developer +# Mr Developer .mr.developer.cfg - +.project +.pydevproject diff --git a/VB.Net.gitignore b/VB.Net.gitignore index 5a4f80c0..a5d3ad35 100644 --- a/VB.Net.gitignore +++ b/VB.Net.gitignore @@ -33,6 +33,7 @@ x64/ *.tli *.tlh *.tmp +*.log *.vspscc *.vssscc .builds @@ -47,6 +48,7 @@ ipch/ # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState