mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Really do proper keepme files in the compile directories. Use
.cvsignore file for [A-Za-z]* to keep these directories around rather than waste a file on .keepme. This should also make people's built trees place nice with CVS. Idea for .cvsignore: peter (although I suggested the regexp) Pointed out by: Makoto MATSUSHITA-san <matusita@jp.FreeBSD.org> Llama's costuming by: Fernamdo Llamas
This commit is contained in:
parent
0a40173c0c
commit
e1d0d8a941
9 changed files with 5 additions and 0 deletions
1
sys/alpha/compile/.cvsignore
Normal file
1
sys/alpha/compile/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
[A-Za-z]*
|
||||
1
sys/i386/compile/.cvsignore
Normal file
1
sys/i386/compile/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
[A-Za-z]*
|
||||
1
sys/ia64/compile/.cvsignore
Normal file
1
sys/ia64/compile/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
[A-Za-z]*
|
||||
1
sys/pc98/compile/.cvsignore
Normal file
1
sys/pc98/compile/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
[A-Za-z]*
|
||||
1
sys/powerpc/compile/.cvsignore
Normal file
1
sys/powerpc/compile/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
[A-Za-z]*
|
||||
Loading…
Reference in a new issue