This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31383
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
4c5f965c74
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4c5f965c74'
${ noResults }
freifunkist-firmware
/
scripts
/
config
/
.gitignore
10 lines
73 B
Raw
Normal View
History
Unescape
Escape
Add gitignore files SVN-Revision: 7385
18 years ago
*.o
adjust svn:ignore for cygwin builds SVN-Revision: 19040
15 years ago
conf*
scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by: Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
14 years ago
!conf*.c
!conf*.h
adjust svn:ignore for cygwin builds SVN-Revision: 19040
15 years ago
mconf*
scripts/config/.gitignore omits source files scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by: Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
14 years ago
!mconf*.c
!mconf*.h
ignore mconf_check SVN-Revision: 9379
17 years ago
mconf_check
Add gitignore files SVN-Revision: 7385
18 years ago
*.*.c