diff --git a/CSharp.gitignore b/CSharp.gitignore index d6ead5ddcc..6ae5650192 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -2,8 +2,15 @@ _ReSharper* # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -bin -obj +[Bb]in +[Oo]bj + +# user settings +*.user +*.suo + +# if you have pictures, windows will likely create those annoying index files +[Tt]humbs.db # mstest test results TestResults \ No newline at end of file diff --git a/Clojure.gitignore b/Clojure.gitignore new file mode 120000 index 0000000000..7657a270c4 --- /dev/null +++ b/Clojure.gitignore @@ -0,0 +1 @@ +Leiningen.gitignore \ No newline at end of file diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 402ead11a7..342b7c8b3b 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -15,3 +15,6 @@ local.properties # CDT-specific .cproject + +# PDT-specific +.buildpath \ No newline at end of file diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 93a0597d29..d5b7bf436e 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -1,2 +1,6 @@ -nbproject/ +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ nbactions.xml diff --git a/Global/vim.gitignore b/Global/vim.gitignore index dfaefc75b3..f1c0c70607 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,3 +1,4 @@ .*.sw[a-z] *.un~ Session.vim +.netrwhist diff --git a/Leiningen.gitignore b/Leiningen.gitignore new file mode 100644 index 0000000000..b8c1b2189a --- /dev/null +++ b/Leiningen.gitignore @@ -0,0 +1,5 @@ +pom.xml +*jar +/lib/ +/classes/ +.lein-deps-sum diff --git a/Redis.gitignore b/Redis.gitignore new file mode 100644 index 0000000000..58c2a9d685 --- /dev/null +++ b/Redis.gitignore @@ -0,0 +1 @@ +*.rdb diff --git a/Scala.gitignore b/Scala.gitignore index 8b81fbca6d..f5b7d72a1f 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -8,3 +8,6 @@ lib_managed/ src_managed/ project/boot/ project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies \ No newline at end of file