aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: add sys/*/compileLexi Winter2024-02-021-0/+1
| | | | | | | | | | | Files in sys/*/compile are created when compiling the kernel with config(8). They are never source files and should never be committed to source control, so list this entire directory in .gitignore. While not the official way to build the kernel, it's often useful to debug sys/conf/files* changes when adding new drivers, etc. Reviewed by: imp, meena <me igalic co> Pull Request: https://github.com/freebsd/freebsd-src/pull/1082
* .gitignore: Ignore LSP generated .cacheJake Freeland2023-03-071-0/+1
| | | | | | | | | Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38937
* gitignore: whack dead architecturesMateusz Guzik2022-11-231-5/+0
|
* gitignore: Ignore compile_commands.events.jsonMark Johnston2022-05-301-0/+1
| | | | | | | This is a temporary file that appears when a build is wrapped using devel/bear. MFC after: 1 week
* .gitignore: Restore inadvertently deleted fileCy Schubert2022-01-181-0/+33
| | | | | | | | Restore .gitignore inadvertently deleted by 5eb81a4b4028113e3c319f21a1db6b67613ec7ab. Fixes: 5eb81a4b4028113e3c319f21a1db6b67613ec7ab Pointy hat to: cy
* wpa: Import wpa 2.10vendor/wpa/2.10Cy Schubert2022-01-171-8/+0
| | | | The long awaited wpa 2.10 is finally here.
* Import wpa_supplicant/hostapd commit 9d9b42306541vendor/wpa/g9d9b42306541Philip Paeps2021-03-191-0/+8
Start tracking upstream development of hostapd and wpa_supplicant more closely. The last upstream release is from August 2019. Keeping up with upstream development will make importing releases less exciting. Discussed with: cy Sponsored by: Rubicon Communications, LLC ("Netgate")