Move .hgignore to .gitignore

This commit is contained in:
Michael Hansen
2011-08-09 19:44:24 -07:00
parent 13a7c0d6c8
commit e58fad7b6e
2 changed files with 11 additions and 11 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*.o
*.vcproj.*.user
*.ncb
*.suo
*.swp
*.swo
/bin/pycdas
/bin/pycdc
/bin/*.py
/bin/*.pyc
/bytes/*.cpp

View File

@@ -1,11 +0,0 @@
.*\.o
.*\.vcproj.*\.user
.*\.ncb
.*\.suo
.*\.swp
.*\.swo
bin/pycdas
bin/pycdc
bin/.*\.py
bin/.*\.pyc
bytes/.*\.cpp