diff options
author | Simo Sorce <idra@samba.org> | 2009-01-06 18:28:06 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-06 18:28:06 -0500 |
commit | 2ef9239a6a33890b4ea077ceee8d3e8d8a18cc3c (patch) | |
tree | 240bd86f25ce7f25b46dc3d40b8e2f6230279a8c /.gitignore | |
parent | 5aa5391dcd8a7d593757c0af3a765bbce1ce2138 (diff) | |
download | sssd-2ef9239a6a33890b4ea077ceee8d3e8d8a18cc3c.tar.gz sssd-2ef9239a6a33890b4ea077ceee8d3e8d8a18cc3c.tar.bz2 sssd-2ef9239a6a33890b4ea077ceee8d3e8d8a18cc3c.zip |
Add ignore file so that .o/.a files won't bother
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..8862c08d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.[oa] |