Skip to content

Commit

Permalink
git ignore + include des cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Mar 23, 2015
1 parent 4526c6f commit b39544d
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 6 deletions.
37 changes: 36 additions & 1 deletion .gitignore
Expand Up @@ -45,4 +45,39 @@ xcshareddata/
.DS_Store

*.mode1V3
*.pbxuser
*.pbxuser


# backup copies
*~

# archive
*.tar.gz

# build products
*.la
*.a
*.lo
*.o
*.so
*.pd_darwin
*.pd_linux
*.l_ia64
*.l_i386
*.dll
.deps
.libs
*.lib

#################
## automake files
#################
Makefile
Makefile.in
cream-meta.pd
README.txt
config/*
configure
config.status
libtool
aclocal.m4
2 changes: 1 addition & 1 deletion Sources/hoa.decoder_tilde.cpp
Expand Up @@ -4,7 +4,7 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

#include "hoa.library.h"
#include "../hoa.library.h"
#include "../ThirdParty/HoaLibrary/Sources/Hoa.hpp"
using namespace hoa;

Expand Down
2 changes: 1 addition & 1 deletion Sources/hoa.map_gui.cpp
Expand Up @@ -4,7 +4,7 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

#include "hoa.library.h"
#include "../hoa.library.h"
#include "../ThirdParty/HoaLibrary/Sources/Hoa.hpp"
using namespace hoa;

Expand Down
2 changes: 1 addition & 1 deletion Sources/hoa.optim_tilde.cpp
Expand Up @@ -4,7 +4,7 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

#include "hoa.library.h"
#include "../hoa.library.h"
#include "../ThirdParty/HoaLibrary/Sources/Hoa.hpp"
using namespace hoa;

Expand Down
2 changes: 1 addition & 1 deletion Sources/hoa.process_tilde.cpp
Expand Up @@ -4,7 +4,7 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

#include "hoa.library.h"
#include "../hoa.library.h"
#include "../ThirdParty/HoaLibrary/Sources/Hoa.hpp"
using namespace hoa;

Expand Down
2 changes: 1 addition & 1 deletion Sources/hoa.wider_tilde.cpp
Expand Up @@ -4,7 +4,7 @@
// WARRANTIES, see the file, "LICENSE.txt," in this distribution.
*/

#include "hoa.library.h"
#include "../hoa.library.h"
#include "../ThirdParty/HoaLibrary/Sources/Hoa.hpp"
using namespace hoa;

Expand Down

0 comments on commit b39544d

Please sign in to comment.