Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.gitignore export-ignore
.gitattributes export-ignore

* text=auto
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
output/
output/*
!output/.gitignore
*~
build/
class
Expand All @@ -7,5 +8,6 @@ class
libclass.a
*out
python/classy.c
python/*.pyc
*.py[co]
python/build/
*cscope.out
Empty file modified CPU
100755 → 100644
Empty file.
Empty file modified CPU.py
100755 → 100644
Empty file.
Loading