aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Coq.gitignore4
-rw-r--r--Dart.gitignore4
-rw-r--r--Global/JetBrains.gitignore3
-rw-r--r--Scala.gitignore3
-rw-r--r--TeX.gitignore1
-rw-r--r--VisualStudio.gitignore3
-rw-r--r--community/AltiumDesigner.gitignore20
7 files changed, 37 insertions, 1 deletions
diff --git a/Coq.gitignore b/Coq.gitignore
index 829ac44a..66596b22 100644
--- a/Coq.gitignore
+++ b/Coq.gitignore
@@ -10,6 +10,7 @@
*.glob
*.ml.d
*.ml4.d
+*.mlg.d
*.mli.d
*.mllib.d
*.mlpack.d
@@ -20,7 +21,7 @@
*.vo
*.vok
*.vos
-.coq-native/
+.coq-native
.csdp.cache
.lia.cache
.nia.cache
@@ -31,6 +32,7 @@ lia.cache
nia.cache
nlia.cache
nra.cache
+native_compute_profile_*.data
# generated timing files
*.timing.diff
diff --git a/Dart.gitignore b/Dart.gitignore
index 6d21af37..0200c617 100644
--- a/Dart.gitignore
+++ b/Dart.gitignore
@@ -11,6 +11,10 @@ pubspec.lock
# If you don't generate documentation locally you can remove this line.
doc/api/
+# dotenv environment variables file
+.env
+.env.test
+
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore
index 8da0824b..0a16fa71 100644
--- a/Global/JetBrains.gitignore
+++ b/Global/JetBrains.gitignore
@@ -8,6 +8,9 @@
.idea/**/dictionaries
.idea/**/shelf
+# AWS User-specific
+.idea/**/aws.xml
+
# Generated files
.idea/**/contentModel.xml
diff --git a/Scala.gitignore b/Scala.gitignore
index 9c07d4ae..7169cab1 100644
--- a/Scala.gitignore
+++ b/Scala.gitignore
@@ -1,2 +1,5 @@
*.class
*.log
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
diff --git a/TeX.gitignore b/TeX.gitignore
index 8a42ebbd..c88f292a 100644
--- a/TeX.gitignore
+++ b/TeX.gitignore
@@ -120,6 +120,7 @@ acs-*.bib
# gregoriotex
*.gaux
+*.glog
*.gtex
# htlatex
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore
index 1ee53850..b0010137 100644
--- a/VisualStudio.gitignore
+++ b/VisualStudio.gitignore
@@ -205,6 +205,9 @@ PublishScripts/
*.nuget.props
*.nuget.targets
+# Nuget personal access tokens and Credentials
+nuget.config
+
# Microsoft Azure Build Output
csx/
*.build.csdef
diff --git a/community/AltiumDesigner.gitignore b/community/AltiumDesigner.gitignore
new file mode 100644
index 00000000..5e410492
--- /dev/null
+++ b/community/AltiumDesigner.gitignore
@@ -0,0 +1,20 @@
+# For PCBs designed using Altium Designer
+# Website: https://www.altium.com/altium-designer/
+
+# Directories containing cache data
+History
+__Previews
+
+# Directories containing logs and generated outputs
+Project\ Logs*
+Project\ Outputs*
+
+# Misc files generated by altium
+debug.log
+Status\ Report.txt
+*.PcbDoc.htm
+*.SchDocPreview
+*.PcbDocPreview
+
+# Lock files sometimes left behind
+.~lock.*