diff options
| -rw-r--r-- | cache/.gitignore | 4 | ||||
| -rw-r--r-- | configs/README | 1 | ||||
| -rw-r--r-- | templates_c/.gitignore | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/configs/README b/configs/README new file mode 100644 index 0000000..86b8fae --- /dev/null +++ b/configs/README @@ -0,0 +1 @@ +In this directory you can put project global config files. diff --git a/templates_c/.gitignore b/templates_c/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/templates_c/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore |
