]> source.dussan.org Git - gitignore.git/commitdiff
Capitalise initial letter in template filenames for consistency/sorting
authorCarl Suster <carl@contraflo.ws>
Wed, 7 Jan 2015 04:16:27 +0000 (15:16 +1100)
committerCarl Suster <carl@contraflo.ws>
Wed, 7 Jan 2015 04:16:27 +0000 (15:16 +1100)
Gcov.gitignore [new file with mode: 0644]
Global/Vim.gitignore [new file with mode: 0644]
Global/WebMethods.gitignore [new file with mode: 0644]
Global/vim.gitignore [deleted file]
Global/webMethods.gitignore [deleted file]
Nanoc.gitignore [new file with mode: 0644]
Stella.gitignore [new file with mode: 0644]
gcov.gitignore [deleted file]
nanoc.gitignore [deleted file]
stella.gitignore [deleted file]

diff --git a/Gcov.gitignore b/Gcov.gitignore
new file mode 100644 (file)
index 0000000..a645143
--- /dev/null
@@ -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 (file)
index 0000000..6c5ee8d
--- /dev/null
@@ -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 (file)
index 0000000..b383c25
--- /dev/null
@@ -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 (file)
index 6c5ee8d..0000000
+++ /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 (file)
index b383c25..0000000
+++ /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 (file)
index 0000000..abc2182
--- /dev/null
@@ -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 (file)
index 0000000..402a543
--- /dev/null
@@ -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 (file)
index a645143..0000000
+++ /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 (file)
index abc2182..0000000
+++ /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 (file)
index 402a543..0000000
+++ /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