Add gitignore files
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 May 2007 14:23:25 +0000 (14:23 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 29 May 2007 14:23:25 +0000 (14:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7385 3c298f89-4303-0410-b956-a3cf2f4a3e73

.gitignore [new file with mode: 0644]
scripts/config/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b45af33
--- /dev/null
@@ -0,0 +1,8 @@
+.config*
+bin
+build_*
+toolchain_build_*
+staging_dir_*
+tmp
+dl
+tool_build
diff --git a/scripts/config/.gitignore b/scripts/config/.gitignore
new file mode 100644 (file)
index 0000000..129d4ec
--- /dev/null
@@ -0,0 +1,5 @@
+*.o
+lxdialog
+conf
+mconf
+*.*.c
This page took 0.040672 seconds and 4 git commands to generate.