Skip to content

Commit

Permalink
Changed DOS/Windows-style CR/LF to LF-only for .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Feb 7, 2020
1 parent 20bd12d commit 33ab9cc
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
*.[oa]
*.exe
firework
manext
libXCurses.so
ozdemo
newtest
ptest
rain
sdltest
testcurs
tuidemo
worm
xmas
*.sho
Makefile
config.h
config.log
config.status
PDCurses.md
xcurses-config
*.dll
wingui.gif
wingui.htm
*.bat
clock.c
clock1.c
fullscrn.c
hello
hello.c
wingui/wcr*
wingui/wct*
wingui/wc_*
wingui/wcw*
wingui/z*
wingui/scr2html.c
wingui/newtest*
wingui/*.sav
wingui/*.def
wincon/*.def
*.obj
*.bak
*.map
*.lib
m
.vscode
build
*.[oa]
*.exe
firework
manext
libXCurses.so
ozdemo
newtest
ptest
rain
sdltest
testcurs
tuidemo
worm
xmas
*.sho
Makefile
config.h
config.log
config.status
PDCurses.md
xcurses-config
*.dll
wingui.gif
wingui.htm
*.bat
clock.c
clock1.c
fullscrn.c
hello
hello.c
wingui/wcr*
wingui/wct*
wingui/wc_*
wingui/wcw*
wingui/z*
wingui/scr2html.c
wingui/newtest*
wingui/*.sav
wingui/*.def
wincon/*.def
*.obj
*.bak
*.map
*.lib
m
.vscode
build

0 comments on commit 33ab9cc

Please sign in to comment.