Skip to content

Commit

Permalink
Add one generated .o file to .gitignore so that it is not reported by…
Browse files Browse the repository at this point in the history
… 'git status'. Regenerate MANIFEST.SKIP.
  • Loading branch information
jkeenan committed Dec 12, 2010
1 parent f76eee7 commit 23f2e8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -241,6 +241,7 @@
/frontend/parrot/main.o /frontend/parrot/main.o
/frontend/parrot_debugger/main.o /frontend/parrot_debugger/main.o
/frontend/pbc_dump/main.o /frontend/pbc_dump/main.o
/frontend/pbc_dump/packdump.o
/frontend/pbc_merge/main.o /frontend/pbc_merge/main.o
# generated from svn:ignore of 'include/parrot/' # generated from svn:ignore of 'include/parrot/'
/include/parrot/*.tmp /include/parrot/*.tmp
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -310,6 +310,8 @@
^/frontend/parrot_debugger/main\.o/ ^/frontend/parrot_debugger/main\.o/
^/frontend/pbc_dump/main\.o$ ^/frontend/pbc_dump/main\.o$
^/frontend/pbc_dump/main\.o/ ^/frontend/pbc_dump/main\.o/
^/frontend/pbc_dump/packdump\.o$
^/frontend/pbc_dump/packdump\.o/
^/frontend/pbc_merge/main\.o$ ^/frontend/pbc_merge/main\.o$
^/frontend/pbc_merge/main\.o/ ^/frontend/pbc_merge/main\.o/
^/include/parrot/.*\.tmp$ ^/include/parrot/.*\.tmp$
Expand Down

0 comments on commit 23f2e8d

Please sign in to comment.