gitignore: Clean up a bit
Now that we no longer leave build artifacts outside the build folder, we can clean up the gitignore a bit. Also move more things to per-folder files that we mostly had already anyway. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
ae0b90dfa4
commit
283eee8eed
9 changed files with 23 additions and 34 deletions
1
src/crypto/.gitignore
vendored
1
src/crypto/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
libcrypto.a
|
2
src/drivers/.gitignore
vendored
2
src/drivers/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
build.wpa_supplicant
|
||||
build.hostapd
|
1
src/radius/.gitignore
vendored
1
src/radius/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
libradius.a
|
1
src/tls/.gitignore
vendored
1
src/tls/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
libtls.a
|
1
src/utils/.gitignore
vendored
1
src/utils/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
libutils.a
|
Loading…
Add table
Add a link
Reference in a new issue