diff options
author | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2014-03-03 22:39:50 +0000 |
---|---|---|
committer | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2014-03-03 22:39:50 +0000 |
commit | dcc43fde68e72534adc3e1eb93714a7eec3da97a (patch) | |
tree | 0d4a2c5ae79e19876dc9aa2a967cd839229b9703 | |
parent | 20a79b110c06a110b11b3ee9e714442ab008f743 (diff) | |
download | libpam-radius-auth-dcc43fde68e72534adc3e1eb93714a7eec3da97a.tar.gz libpam-radius-auth-dcc43fde68e72534adc3e1eb93714a7eec3da97a.zip |
Include the FreeRADIUS .gitignore
-rw-r--r-- | .gitignore | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b410ada --- /dev/null +++ b/.gitignore @@ -0,0 +1,64 @@ +*~ +*.o +*.a +*.lo +*.loT +*.la +*.so +*.lai +*.bz2 +*.gz +*.sig +*.orig +*.rej +.libs +.depends +*.log +*.substvars +*-stamp +*.swp +*.cache +*.dist +*.dylib +*.rej +*.orig +*.dSYM +*.patch +.pc + +# Editor projects +*.kdev4 +*.cproject +*.project +*.bbprojectd + +# Local icon files +icon.png + +# OS specific cruft +.DS_Store + +# Certificates and signing requests +*.pem +*.der +*.csr +*.key + +# Autoconf and libtool output +build +config.status +*confdefs.h +*conftest* +*confcache +Make.inc +libtool +autom4te.cache +config.guess +config.sub +config.h +src/main/radattr +src/modules/lib/ +warnings.txt + +# Analyzer output +/*.plist |