Skip to content

Commit

Permalink
added *.pyc to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wirth committed Jul 19, 2012
1 parent ee68f55 commit 10c3cff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# directories created by ros
*.pyc
*/lib/
*/bin/
*/build/
Expand All @@ -7,14 +8,11 @@
*/CMakeFiles/
*/msg_gen/
*/src/*_msgs/msg/_*.py
*/src/*_msgs/msg/_*.pyc
*/src/*_msgs/_*.py
*/src/*_msgs/_*.pyc
*/msg/lisp/
*/srv_gen/
*/src/*/srv/_*.py
*/src/*/_*_.py
*/src/*/_*_.pyc
*/src/*/srv
*~

0 comments on commit 10c3cff

Please sign in to comment.