diff --git a/languages/antlr.gitignore b/languages/antlr.gitignore
index 551074b2bee28ec550a5b543f6fbeb1664fdad88..309f47a733a63af8e22d2bef181af5a2fea261b1 100644
--- a/languages/antlr.gitignore
+++ b/languages/antlr.gitignore
@@ -3,7 +3,7 @@
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.0.1
+ # Version 1.0.2
  ##
 
 
@@ -60,3 +60,6 @@ output/*
 [Ll]ogs/
 *.log
 *.log.*
+
+
+# Project-specific file ignores go here.
diff --git a/languages/c.gitignore b/languages/c.gitignore
index ec6e9d8f31eb2d75bc83b2d524f173881f8d267f..34d4c269bf5f78bc1f6ce6f09fa8fdb0f3696386 100644
--- a/languages/c.gitignore
+++ b/languages/c.gitignore
@@ -3,7 +3,7 @@
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.0.1
+ # Version 1.0.2
  ##
 
 
@@ -33,3 +33,6 @@ vscode/
 [Ll]ogs/
 *.log
 *.log.*
+
+
+# Project-specific file ignores go here.
diff --git a/languages/c_sharp.gitignore b/languages/c_sharp.gitignore
index e8b9bd4038342312f19e2d13da3cf9050e44933f..db3ce34b5d3f4e920c413031b716356d0aa3c4dc 100644
--- a/languages/c_sharp.gitignore
+++ b/languages/c_sharp.gitignore
@@ -1,9 +1,9 @@
 ###
- # GitIgnore file for C# projects.
+ # GitIgnore file for C# Language projects.
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.1.1
+ # Version 1.1.2
  ##
 
 
@@ -56,3 +56,6 @@ bld/
 [Ll]ogs/
 *.log
 *.log.*
+
+
+# Project-specific file ignores go here.
diff --git a/languages/django.gitignore b/languages/django.gitignore
index 6405ed2c16b0e29352bf616e205d16e6fc8f2707..80b9777c0fd569a74d7b1bb1364b5080003c409a 100644
--- a/languages/django.gitignore
+++ b/languages/django.gitignore
@@ -3,7 +3,7 @@
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.0.1
+ # Version 1.0.2
  ##
 
 
@@ -42,3 +42,6 @@ vscode/
 # Ignore development-related Django files.
 DEBUG
 db.sqlite
+
+
+# Project-specific file ignores go here.
diff --git a/languages/python.gitignore b/languages/python.gitignore
index 21ea9d52988c22ef171524be01fc8ce40112d6fd..c34850a3638054822b44b45f3e22593eedf69e36 100644
--- a/languages/python.gitignore
+++ b/languages/python.gitignore
@@ -3,7 +3,7 @@
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.1
+ # Version 1.1.1
  ##
 
 
@@ -44,3 +44,6 @@ vscode/
 *.aux
 *.synctex
 *.synctex.gz
+
+
+# Project-specific file ignores go here.
diff --git a/languages/r.gitignore b/languages/r.gitignore
index d6e7525c2e4133483fb76dac870f5ebc593e42f8..2660700c093280d8c8cebb3827caa4bbb265420c 100644
--- a/languages/r.gitignore
+++ b/languages/r.gitignore
@@ -3,7 +3,7 @@
  # See https://git-scm.com/docs/gitignore for documentation.
  #
  # https://git.brandon-rodriguez.com/other/gitignore
- # Version 1.0
+ # Version 1.0.1
  ##
 
 
@@ -35,3 +35,6 @@
 *.aux
 *.synctex
 *.synctex.gz
+
+
+# Project-specific file ignores go here.