Skip to content

Commit 0f6f0ee

Browse files
committed
Ignore binary files and static libraries on Windows
from now on. Proceed with the instructions on the BuildOnWindows wiki page to build them yourself.
1 parent 9872cd3 commit 0f6f0ee

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

cefpython/cef1/windows/.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Ignore binary files and static libraries, they can
2+
# be build using the build instructions on the wiki page:
3+
# https://code.google.com/p/cefpython/wiki/BuildOnWindows
4+
5+
*.pak
6+
*.exe
7+
*.dll
8+
9+
*.lib

0 commit comments

Comments
 (0)