ignore backups etc.
This commit is contained in:
parent
f6ef53c59e
commit
cf29ceddab
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*~
|
||||
.*.swp
|
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ INDENTOPTS=-kr --no-tabs --braces-on-func-def-line --indent-level2
|
|||
all: approximate-pi linked-list
|
||||
|
||||
clean:
|
||||
rm -f approximate-pi linked-list
|
||||
rm -f approximate-pi linked-list *~
|
||||
|
||||
.PHONY: indent
|
||||
indent:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue