[folks/wip/nielsdg/python2: 1/2] Add "build" to .gitignore



commit f390377c58a7f5d4b351f87a28ef3afca70ba191
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Wed May 1 22:01:53 2019 +0200

    Add "build" to .gitignore
    
    This makes developing a bit less cumbersome (since you now have to make
    sure you don't accidentally add the build directory), and allows you to
    use commands like `git commit -a`.

 .gitignore | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..378eac25
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]