Skip to content

Commit

Permalink
improve make clean and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Luís Möllmann committed Apr 22, 2017
1 parent 26eaedd commit 7a8ee99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.swp
*.swo
*~
*.out
*.o
*.tgz
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ etapa1.tgz: clean

.PHONY: clean
clean:
rm -rf scanner.c stage1 etapa1.tgz *.o *.out *~
rm -rf etapa1 lex.yy.c scanner.c stage1 etapa1.tgz *.o *.out *~

0 comments on commit 7a8ee99

Please sign in to comment.