From: Carl Suster Date: Wed, 7 Jan 2015 04:16:27 +0000 (+1100) Subject: Capitalise initial letter in template filenames for consistency/sorting X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f1b7d77e24ec9c3e2681da93b68767fd96dd52b;p=gitignore.git Capitalise initial letter in template filenames for consistency/sorting --- diff --git a/Gcov.gitignore b/Gcov.gitignore new file mode 100644 index 00000000..a6451430 --- /dev/null +++ b/Gcov.gitignore @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore new file mode 100644 index 00000000..6c5ee8df --- /dev/null +++ b/Global/Vim.gitignore @@ -0,0 +1,6 @@ +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +*~ diff --git a/Global/WebMethods.gitignore b/Global/WebMethods.gitignore new file mode 100644 index 00000000..b383c25c --- /dev/null +++ b/Global/WebMethods.gitignore @@ -0,0 +1,14 @@ +**/IntegrationServer/datastore/ +**/IntegrationServer/db/ +**/IntegrationServer/DocumentStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/logs/ +**/IntegrationServer/replicate/ +**/IntegrationServer/sdk/ +**/IntegrationServer/support/ +**/IntegrationServer/update/ +**/IntegrationServer/userFtpRoot/ +**/IntegrationServer/web/ +**/IntegrationServer/WmRepository4/ +**/IntegrationServer/XAStore/ +**/IntegrationServer/packages/Wm*/ diff --git a/Global/vim.gitignore b/Global/vim.gitignore deleted file mode 100644 index 6c5ee8df..00000000 --- a/Global/vim.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -[._]*.s[a-w][a-z] -[._]s[a-w][a-z] -*.un~ -Session.vim -.netrwhist -*~ diff --git a/Global/webMethods.gitignore b/Global/webMethods.gitignore deleted file mode 100644 index b383c25c..00000000 --- a/Global/webMethods.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -**/IntegrationServer/datastore/ -**/IntegrationServer/db/ -**/IntegrationServer/DocumentStore/ -**/IntegrationServer/lib/ -**/IntegrationServer/logs/ -**/IntegrationServer/replicate/ -**/IntegrationServer/sdk/ -**/IntegrationServer/support/ -**/IntegrationServer/update/ -**/IntegrationServer/userFtpRoot/ -**/IntegrationServer/web/ -**/IntegrationServer/WmRepository4/ -**/IntegrationServer/XAStore/ -**/IntegrationServer/packages/Wm*/ diff --git a/Nanoc.gitignore b/Nanoc.gitignore new file mode 100644 index 00000000..abc21828 --- /dev/null +++ b/Nanoc.gitignore @@ -0,0 +1,10 @@ +# For projects using nanoc (http://nanoc.ws/) + +# Default location for output, needs to match output_dir's value found in config.yaml +output/ + +# Temporary file directory +tmp/ + +# Crash Log +crash.log diff --git a/Stella.gitignore b/Stella.gitignore new file mode 100644 index 00000000..402a5438 --- /dev/null +++ b/Stella.gitignore @@ -0,0 +1,12 @@ +# Atari 2600 (Stella) support for multiple assemblers +# - DASM +# - CC65 + +# Assembled binaries and object directories +obj/ +a.out +*.bin +*.a26 + +# Add in special Atari 7800-based binaries for good measure +*.a78 diff --git a/gcov.gitignore b/gcov.gitignore deleted file mode 100644 index a6451430..00000000 --- a/gcov.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -# gcc coverage testing tool files - -*.gcno -*.gcda -*.gcov diff --git a/nanoc.gitignore b/nanoc.gitignore deleted file mode 100644 index abc21828..00000000 --- a/nanoc.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# For projects using nanoc (http://nanoc.ws/) - -# Default location for output, needs to match output_dir's value found in config.yaml -output/ - -# Temporary file directory -tmp/ - -# Crash Log -crash.log diff --git a/stella.gitignore b/stella.gitignore deleted file mode 100644 index 402a5438..00000000 --- a/stella.gitignore +++ /dev/null @@ -1,12 +0,0 @@ -# Atari 2600 (Stella) support for multiple assemblers -# - DASM -# - CC65 - -# Assembled binaries and object directories -obj/ -a.out -*.bin -*.a26 - -# Add in special Atari 7800-based binaries for good measure -*.a78