Commit Graph

9 Commits

Author SHA1 Message Date
Enji Cooper 4544f34f2d .gitignore: ignore additional unwanted files
Ignore more files generated by toolchains, e.g., `.pico`, etc. Ignore the
`.DS_Store` produced by macOS as well because all they provide is
additional file metadata that shouldn't be committed to `git`.

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D55096
2026-02-21 19:00:06 -08:00
Dag-Erling Smørgrav dd8c666d8b src.sys.mk: Support src.conf in SRCTOP
If SRCCONF is not defined and src.conf exists at the top level of the
source tree, use that instead of /etc/src.conf.

MFC after:	3 days
Reviewed by:	kevans, imp
Differential Revision:	https://reviews.freebsd.org/D52470
2025-09-10 18:58:30 +02:00
Lexi Winter 93a25ac9f4 .gitignore: add sys/*/compile
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
2024-02-02 09:20:36 -07:00
Jake Freeland 42875200fa .gitignore: Ignore LSP generated .cache
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
2023-03-07 10:04:18 -05:00
Mateusz Guzik 04af98db59 gitignore: whack dead architectures 2022-11-23 01:18:03 +00:00
Mark Johnston ef7a6f1ded gitignore: Ignore compile_commands.events.json
This is a temporary file that appears when a build is wrapped using
devel/bear.

MFC after:	1 week
2022-05-30 10:43:25 -04:00
Cy Schubert 679ff61123 .gitignore: Restore inadvertently deleted file
Restore .gitignore inadvertently deleted by
5eb81a4b40.

Fixes:		5eb81a4b40
Pointy hat to:	cy
2022-01-18 08:00:42 -08:00
Cy Schubert 03f33dd077 wpa: Import wpa 2.10
The long awaited wpa 2.10 is finally here.
2022-01-17 07:48:49 -08:00
Philip Paeps f8262d7d8a Import wpa_supplicant/hostapd commit 9d9b42306541
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")
2021-03-19 11:13:37 +08:00