Extended .gitignore files
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
a591efd613
commit
13d99aa4b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ config.h
|
|||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
*.swp
|
||||||
|
2
src/.gitignore
vendored
2
src/.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
.deps
|
.deps
|
||||||
|
*.o
|
||||||
|
wmud
|
||||||
|
8
src/main.c
Normal file
8
src/main.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
int
|
||||||
|
main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
fprintf("Juj.\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user