diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-06-29 21:47:19 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-06-29 21:47:19 +0300 |
commit | 064bb8232c9003b11be7bce3aa0a4a68aee2fd6f (patch) | |
tree | f1754a583f8de4dd414d7204926192bbd69e635b /.gitignore | |
parent | f141be0cafeb327ecec374de52fef3d216af5014 (diff) | |
download | external_wpa_supplicant_8_ti-064bb8232c9003b11be7bce3aa0a4a68aee2fd6f.zip external_wpa_supplicant_8_ti-064bb8232c9003b11be7bce3aa0a4a68aee2fd6f.tar.gz external_wpa_supplicant_8_ti-064bb8232c9003b11be7bce3aa0a4a68aee2fd6f.tar.bz2 |
Add root .gitignore file to cleanup ignore lists
This removes need for local configuration to ignore *.o and *~
and allows the src/*/.gitignore files to be removed (subdirectories
will inherit the rules from the root .gitignore).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f533957 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +*.d +*~ |