From 762fd9ed95240961995b072aa3617ce6c8c102aa Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 6 Nov 2020 22:20:08 -0500
Subject: [PATCH] Make "project-specific" section comment more obvious

---
 languages/antlr.gitignore   | 4 +++-
 languages/c.gitignore       | 4 +++-
 languages/c_sharp.gitignore | 4 +++-
 languages/django.gitignore  | 4 +++-
 languages/laravel.gitignore | 4 +++-
 languages/python.gitignore  | 4 +++-
 languages/r.gitignore       | 4 +++-
 7 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/languages/antlr.gitignore b/languages/antlr.gitignore
index 309f47a..347864e 100644
--- a/languages/antlr.gitignore
+++ b/languages/antlr.gitignore
@@ -62,4 +62,6 @@ output/*
 *.log.*
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/c.gitignore b/languages/c.gitignore
index 34d4c26..a7e7310 100644
--- a/languages/c.gitignore
+++ b/languages/c.gitignore
@@ -35,4 +35,6 @@ vscode/
 *.log.*
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/c_sharp.gitignore b/languages/c_sharp.gitignore
index db3ce34..66d4c8a 100644
--- a/languages/c_sharp.gitignore
+++ b/languages/c_sharp.gitignore
@@ -58,4 +58,6 @@ bld/
 *.log.*
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/django.gitignore b/languages/django.gitignore
index 669a20f..1d8be24 100644
--- a/languages/django.gitignore
+++ b/languages/django.gitignore
@@ -52,4 +52,6 @@ node_modules/
 *.sass-cache/
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/laravel.gitignore b/languages/laravel.gitignore
index de59956..6ccf77d 100644
--- a/languages/laravel.gitignore
+++ b/languages/laravel.gitignore
@@ -53,4 +53,6 @@ node_modules/
 *.sass-cache/
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/python.gitignore b/languages/python.gitignore
index c34850a..6ebd86b 100644
--- a/languages/python.gitignore
+++ b/languages/python.gitignore
@@ -46,4 +46,6 @@ vscode/
 *.synctex.gz
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
diff --git a/languages/r.gitignore b/languages/r.gitignore
index 2660700..b2bdf58 100644
--- a/languages/r.gitignore
+++ b/languages/r.gitignore
@@ -37,4 +37,6 @@
 *.synctex.gz
 
 
-# Project-specific file ignores go here.
+###
+ # Project-specific ignores go below here.
+ ##
-- 
GitLab