From f15f3ea7ba96ba7f1d737bc257bba9efddd9228f Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Thu, 21 Jul 2016 10:28:58 -0700 Subject: [PATCH] Added ignore files --- .gitignore | 1 + C_BOOK/1.5.1/.gitignore | 1 + c_graphics/sample/.gitignore | 1 + curses/example_1/.gitignore | 1 + curses/fun/.gitignore | 1 + lazyfoodSDL/01_hello_SDL/.gitignore | 1 + lazyfoodSDL/04_keypress/.gitignore | 1 + learncthehardway/3/.gitignore | 1 + learncthehardway/4/.gitignore | 1 + sdl/first/.gitignore | 1 + structus/.gitignore | 1 + 11 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 C_BOOK/1.5.1/.gitignore create mode 100644 c_graphics/sample/.gitignore create mode 100644 curses/example_1/.gitignore create mode 100644 curses/fun/.gitignore create mode 100644 lazyfoodSDL/01_hello_SDL/.gitignore create mode 100644 lazyfoodSDL/04_keypress/.gitignore create mode 100644 learncthehardway/3/.gitignore create mode 100644 learncthehardway/4/.gitignore create mode 100644 sdl/first/.gitignore create mode 100644 structus/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cba7efc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +a.out diff --git a/C_BOOK/1.5.1/.gitignore b/C_BOOK/1.5.1/.gitignore new file mode 100644 index 0000000..cba7efc --- /dev/null +++ b/C_BOOK/1.5.1/.gitignore @@ -0,0 +1 @@ +a.out diff --git a/c_graphics/sample/.gitignore b/c_graphics/sample/.gitignore new file mode 100644 index 0000000..1549b67 --- /dev/null +++ b/c_graphics/sample/.gitignore @@ -0,0 +1 @@ +demo diff --git a/curses/example_1/.gitignore b/curses/example_1/.gitignore new file mode 100644 index 0000000..1549b67 --- /dev/null +++ b/curses/example_1/.gitignore @@ -0,0 +1 @@ +demo diff --git a/curses/fun/.gitignore b/curses/fun/.gitignore new file mode 100644 index 0000000..3df46ad --- /dev/null +++ b/curses/fun/.gitignore @@ -0,0 +1 @@ +fun diff --git a/lazyfoodSDL/01_hello_SDL/.gitignore b/lazyfoodSDL/01_hello_SDL/.gitignore new file mode 100644 index 0000000..0db2876 --- /dev/null +++ b/lazyfoodSDL/01_hello_SDL/.gitignore @@ -0,0 +1 @@ +01_hello_SDL diff --git a/lazyfoodSDL/04_keypress/.gitignore b/lazyfoodSDL/04_keypress/.gitignore new file mode 100644 index 0000000..c07de81 --- /dev/null +++ b/lazyfoodSDL/04_keypress/.gitignore @@ -0,0 +1 @@ +04_keepress diff --git a/learncthehardway/3/.gitignore b/learncthehardway/3/.gitignore new file mode 100644 index 0000000..2ea718c --- /dev/null +++ b/learncthehardway/3/.gitignore @@ -0,0 +1 @@ +ex3 diff --git a/learncthehardway/4/.gitignore b/learncthehardway/4/.gitignore new file mode 100644 index 0000000..e7c1af2 --- /dev/null +++ b/learncthehardway/4/.gitignore @@ -0,0 +1 @@ +ex4 diff --git a/sdl/first/.gitignore b/sdl/first/.gitignore new file mode 100644 index 0000000..9c59e24 --- /dev/null +++ b/sdl/first/.gitignore @@ -0,0 +1 @@ +first diff --git a/structus/.gitignore b/structus/.gitignore new file mode 100644 index 0000000..2046de0 --- /dev/null +++ b/structus/.gitignore @@ -0,0 +1 @@ +struct