summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2019-09-20 15:22:29 +0200
committerGeert Uytterhoeven <geert@linux-m68k.org>2019-09-20 15:22:29 +0200
commit674dc087998e92b61b5840950893d05ff39fa617 (patch)
treeb161e8c1b015bc535e6271f85c75c1b8bf6f17dc
parent29ab066e07e124aaf189dccd28c9c9a43a0af4c1 (diff)
downloadfbtest-674dc087998e92b61b5840950893d05ff39fa617.tar.gz
Add .gitignore files
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r--.gitignore4
-rw-r--r--images/.gitignore1
-rw-r--r--pnmtohex/.gitignore1
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5006b43
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.o
+*.a
+.depend
+fbtest
diff --git a/images/.gitignore b/images/.gitignore
new file mode 100644
index 0000000..064a8d8
--- /dev/null
+++ b/images/.gitignore
@@ -0,0 +1 @@
+*.c
diff --git a/pnmtohex/.gitignore b/pnmtohex/.gitignore
new file mode 100644
index 0000000..0e4d052
--- /dev/null
+++ b/pnmtohex/.gitignore
@@ -0,0 +1 @@
+pnmtohex