Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
7f944143
Commit
7f944143
authored
Apr 26, 2009
by
Baruch Sterin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added .gitignore
parents
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
93 additions
and
0 deletions
+93
-0
.gitattributes
+32
-0
.gitignore
+61
-0
No files found.
.gitattributes
0 → 100644
View file @
7f944143
* text=auto
*.c text
*.cpp text
*.h text
*.py text
*.sh text
*.make text
Makefile text
*.txt text
*.md text
*.html text
readmeaig text
LICENSE text
license text
CHANGES text
README text
.hgignore text
.gitignore text
.gitattributes text
*.dsp text eol=crlf
*.dsw text eol=crlf
*.aig binary
*.lib binary
*.dll binary
.gitignore
0 → 100644
View file @
7f944143
DebugLib/
DebugExe/
DebugExt/
ReleaseLib/
ReleaseExe/
ReleaseExt/
_TEST/
lib/abc*
lib/m114*
lib/bip*
docs/
src/ext*
src/xxx/
src/aig/au/
src/aig/ssm/
src/aig/ddb/
*~
*.orig
*.[od]
*.ncb
*.opt
*.plg
*.zip
abcspaceext.dsw
abcext.dsp
abcexe.vcproj*
abclib.vcproj*
abcspace.sln
abcspace.suo
*.pyc
src/python/build
src/python/bdist
src/python/pyabc.py
src/python/pyabc_wrap.*
.idea/
build/
*.rej
*.orig
tags
/libabc.a
/abc
/arch_flags
/cmake
/cscope
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment