diff options
Diffstat (limited to 'compilerlibs/.gitignore')
-rw-r--r-- | compilerlibs/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compilerlibs/.gitignore b/compilerlibs/.gitignore new file mode 100644 index 0000000000..c1eda49d00 --- /dev/null +++ b/compilerlibs/.gitignore @@ -0,0 +1,7 @@ +# This .gitignore is here to force git to create the compilerlibs directory +# because git doesn't create empty directories. +# The lines tell git to ignore everything in this directory except +# the .gitignore file itself. + +* +!.gitignore |